Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Enable ns3 for jenkins builds with sanitizers or valgrind.
[simgrid.git] / tools / jenkins / Sanitizers.sh
index 3ea1f5b..a07ead4 100755 (executable)
@@ -78,6 +78,7 @@ cmake -Denable_documentation=OFF -Denable_java=OFF \
       -Denable_compile_optimizations=ON -Denable_compile_warnings=ON \
       -Denable_mallocators=OFF \
       -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_model-checking=OFF \
+      -Denable_ns3=ON \
       -Denable_memcheck=OFF -Denable_memcheck_xml=OFF -Denable_smpi_ISP_testsuite=ON -Denable_coverage=OFF\
       -Denable_fortran=OFF -Denable_python=OFF -DLTO_EXTRA_FLAG="auto" ${SANITIZER_OPTIONS} "$WORKSPACE"