Browse Source

added info to run all tests.

Claudio Gomes 5 years ago
parent
commit
c48bfc85d6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      DSL_SemanticAdaptation/README.txt

+ 2 - 2
DSL_SemanticAdaptation/README.txt

@@ -28,8 +28,8 @@ Generation and Compilation
 - Might be necessary to right click on a project -> Maven -> Update project
 
 ```bash
-# Perform a clean build
-mvn clean package
+# Perform a clean build, and run tests
+mvn clean install
 ```
 
 ### Other tasks: