From 1cedf0df745cc5ed6bf5031b59f84fc37c8ce9f0 Mon Sep 17 00:00:00 2001 From: Chantal Keller Date: Tue, 3 Oct 2017 10:56:55 +0200 Subject: Tests for Coq-8.6 --- src/versions/standard/Make | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/versions/standard/Make') 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) $<" -- cgit