Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correctly split os/ver on redhat-like.
[simgrid.git] / tools / jenkins / DynamicAnalysis.sh
index 0d02e89..04fe409 100755 (executable)
@@ -52,11 +52,11 @@ ctest -D ExperimentalStart || true
 cmake -Denable_documentation=OFF -Denable_lua=OFF  \
       -Denable_compile_optimizations=OFF -Denable_compile_warnings=ON \
       -Denable_jedule=OFF -Denable_mallocators=OFF \
-      -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_model-checking=OFF \
+      -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=OFF -Denable_model-checking=OFF \
       -Denable_memcheck_xml=ON $WORKSPACE
 
 
-make -j$NUMPROC
+make -j$NUMPROC tests
 ctest --no-compress-output -D ExperimentalTest -j$NUMPROC || true
 
 cd $WORKSPACE/build