aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-04-21 19:29:12 +0200
committerGaëtan Gilbert2020-04-21 19:29:12 +0200
commit3b7f9271609bc4a008a1c754fb0cc00d932ec82f (patch)
treea8cb337876a2d2958a87cafa12ee463fe762840e /test-suite
parentd91f294454ccc0056eb8ca5a95cb1b002724ebc6 (diff)
parent0d207dc4dc7d593c422ed81c07a7e1532899e4ec (diff)
Merge PR #12082: Fixes #11808: support for test-suite in -byte-only mode
Reviewed-by: SkySkimmer
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile
index 954a922c8c..dece21885c 100644
--- a/test-suite/Makefile
+++ b/test-suite/Makefile
@@ -62,6 +62,10 @@ coqtopbyte := $(BIN)coqtop.byte -q
coqc_interactive := $(coqc) -test-mode -async-proofs-cache force
coqdep := $(BIN)coqdep
+# This is the convention for coq_makefile
+OPT=-$(BEST)
+export OPT
+
VERBOSE?=
SHOW := $(if $(VERBOSE),@true,@echo)
HIDE := $(if $(VERBOSE),,@)