Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Enable MSG for Coverage builds.
[simgrid.git] / tools / jenkins / Coverage.sh
index a69bc5f..fa031df 100755 (executable)
@@ -54,7 +54,7 @@ rm -rf xml_coverage.xml
 
 ctest -D ExperimentalStart || true
 
-cmake -Denable_documentation=OFF -Denable_lua=ON -Denable_java=ON \
+cmake -Denable_documentation=OFF -Denable_lua=ON -Denable_java=ON -Denable_MSG=ON \
       -Denable_compile_optimizations=OFF -Denable_compile_warnings=ON \
       -Denable_jedule=ON -Denable_mallocators=ON \
       -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_model-checking=ON \