Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
align COPYING with debian/copyright in package
[simgrid.git] / tools / jenkins / DynamicAnalysis.sh
index cf0095022dcad1d290a763b7b1f4f1d5072c653c..04fe409694fc2c80849072b053f2d85c3756ad97 100755 (executable)
@@ -56,7 +56,7 @@ cmake -Denable_documentation=OFF -Denable_lua=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