Browse Source

don't enable state reduction by default, it's too costly

Samuel Thibault 8 years ago
parent
commit
580d61dae1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/model-checking/Makefile

+ 1 - 1
tests/model-checking/Makefile

@@ -20,7 +20,7 @@ LDFLAGS=-lsimgrid
 
 
 MC_FLAGS=--cfg=model-check/reduction:none
 MC_FLAGS=--cfg=model-check/reduction:none
 
 
-ifeq (1,1)
+ifeq (1,0)
 MC_FLAGS+=--cfg=contexts/factory:ucontext
 MC_FLAGS+=--cfg=contexts/factory:ucontext
 MC_FLAGS+=--cfg=model-check/sparse-checkpoint:yes
 MC_FLAGS+=--cfg=model-check/sparse-checkpoint:yes
 MC_FLAGS+=--cfg=model-check/visited:1000
 MC_FLAGS+=--cfg=model-check/visited:1000