aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/Makefile
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-02-10 15:38:58 +0100
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-02-10 18:04:10 +0100
commit41845e6d4334eeaa7addf6b11f6cb4cda5a7f8cc (patch)
tree6f96af6235de9141185252369baa4acdbc4d28c5 /test-suite/Makefile
parentcee357d2457295473dfe5ca4ebd8948bb7bca498 (diff)
fake_ide: ported to spawn
Diffstat (limited to 'test-suite/Makefile')
-rw-r--r--test-suite/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile
index 83ea91a7d..389dffc49 100644
--- a/test-suite/Makefile
+++ b/test-suite/Makefile
@@ -218,8 +218,8 @@ $(addsuffix .log,$(wildcard stm/*.v)): %.v.log: %.v
@echo "TEST $<"
$(HIDE){ \
echo $(call log_intro,$<); \
- $(coqc) "$*" -coq-slaves on \
- -coq-slaves-opts fallback-to-lazy-if-marshal-error=no,fallback-to-lazy-if-slave-dies=no \
+ $(coqc) "$*" -async-proofs on \
+ -async-proofs-worker-flags fallback-to-lazy-if-marshal-error=no,fallback-to-lazy-if-slave-dies=no \
$$opts 2>&1; R=$$?; times; \
if [ $$R = 0 ]; then \
echo $(log_success); \
@@ -416,7 +416,7 @@ ide : $(patsubst %.fake,%.fake.log,$(wildcard ide/*.fake))
@echo "TEST $<"
$(HIDE){ \
echo $(call log_intro,$<); \
- $(BIN)fake_ide $< "$(BIN)coqtop -boot -coq-slaves on -coq-slaves-opts min-proof-length-to-delegate=0" 2>&1; \
+ $(BIN)fake_ide $< "$(BIN)coqtop -boot -async-proofs on -async-proofs-worker-flags min-proof-length-to-delegate=0" 2>&1; \
if [ $$? = 0 ]; then \
echo $(log_success); \
echo " $<...Ok"; \