aboutsummaryrefslogtreecommitdiffstats
path: root/src/versions/standard/Make
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2017-10-03 10:56:55 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2017-10-03 10:56:55 +0200
commit1cedf0df745cc5ed6bf5031b59f84fc37c8ce9f0 (patch)
tree1bc1d7da809dc8f1b06c82a029bd1c8ba9b0c00c /src/versions/standard/Make
parent0d5b50fad7bf72dd0fe332eab05c68bd932220b0 (diff)
downloadsmtcoq-1cedf0df745cc5ed6bf5031b59f84fc37c8ce9f0.tar.gz
smtcoq-1cedf0df745cc5ed6bf5031b59f84fc37c8ce9f0.zip
Tests for Coq-8.6
Diffstat (limited to 'src/versions/standard/Make')
-rw-r--r--src/versions/standard/Make8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/versions/standard/Make b/src/versions/standard/Make
index 7c4497e..2445f87 100644
--- a/src/versions/standard/Make
+++ b/src/versions/standard/Make
@@ -10,6 +10,8 @@
## To generate the Makefile: ##
## coq_makefile -f Make -o Makefile ##
## Suppress the "Makefile" target ##
+## Suppress the "test", "ztest", "vtest" and "./" dependencies from ##
+## the all target ##
## Change the "all" target into: ##
## all: ml $(CMXFILES) $(CMXA) $(CMXS) $(VOFILES) ##
@@ -37,9 +39,9 @@
-I $(COQBIN)../plugins/micromega
-# -extra "test" "" "cd ../unit-tests; make" ""
-# -extra "ztest" "" "cd ../unit-tests; make zchaff"
-# -extra "vtest" "" "cd ../unit-tests; make verit"
+-extra "test" "" "cd ../unit-tests; make" ""
+-extra "ztest" "" "cd ../unit-tests; make zchaff"
+-extra "vtest" "" "cd ../unit-tests; make verit"
-extra "%.ml" "%.mll" "$(CAMLLEX) $<"
-extra "%.ml %.mli" "%.mly" "$(CAMLYACC) $<"