Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
activates the ISP test for model-checking
authorMartin Quinson <martin.quinson@loria.fr>
Wed, 29 Jul 2015 22:06:57 +0000 (00:06 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 29 Jul 2015 22:06:57 +0000 (00:06 +0200)
buildtools/jenkins/build.sh

index 79b5ed3..b75443a 100755 (executable)
@@ -82,6 +82,7 @@ echo "XX"
 cmake -G"$GENERATOR"\
   -Denable_debug=ON -Denable_documentation=OFF -Denable_coverage=OFF \
   -Denable_model-checking=$(onoff test "$build_mode" = "ModelChecker") \
+  -Denable_smpi_ISP_testsuite=$(onoff test "$build_mode" = "ModelChecker") \
   -Denable_compile_optimizations=$(onoff test "$build_mode" = "Debug") \
   -Denable_smpi_MPICH3_testsuite=$(onoff test "$build_mode" != "DynamicAnalysis") \
   -Denable_lua=$(onoff test "$build_mode" != "DynamicAnalysis") \