aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/Makefile
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2015-05-29 15:41:15 +0200
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2015-05-29 15:44:47 +0200
commite47c30bf431f3c8160b41384eedb538ba16578d0 (patch)
tree24cfa371ee2aa5ed996a88af9346ff448d150d99 /test-suite/Makefile
parentf63c0cdd3c7da642e505569e83199784bbfdc367 (diff)
Flag -test-mode intended to be used for ad-hoc prints in test-suite
Of course there is an exception to the previous commit. Fail used to print even if silenced but loading a vernac file. This behavior is useful only in tests, hence this flag.
Diffstat (limited to 'test-suite/Makefile')
-rw-r--r--test-suite/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile
index cffbe4819..476d850ac 100644
--- a/test-suite/Makefile
+++ b/test-suite/Makefile
@@ -30,7 +30,7 @@
BIN := ../bin/
LIB := ..
-coqtop := $(BIN)coqtop -boot -q -batch -R prerequisite TestSuite
+coqtop := $(BIN)coqtop -boot -q -batch -test-mode -R prerequisite TestSuite
bincoqc := $(BIN)coqc -coqlib $(LIB) -R prerequisite TestSuite
bincoqchk := $(BIN)coqchk -coqlib $(LIB) -R prerequisite TestSuite