aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/Makefile
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-20 00:31:47 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-20 00:31:47 +0100
commit547ec33c0742206a2820171636634abc2070c405 (patch)
tree5732d6e30243d9cc6c50c89dc0aacc3408263970 /test-suite/Makefile
parentf431dac2e219cb2a76b22e452d6e407869d89f42 (diff)
parent797736bbd7975926cc028a9f7c9c577e9c1e476b (diff)
Merge PR #6234: Make the micromega extraction check a regular output test.
Diffstat (limited to 'test-suite/Makefile')
-rw-r--r--test-suite/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile
index dbd63a57b..de669218c 100644
--- a/test-suite/Makefile
+++ b/test-suite/Makefile
@@ -312,6 +312,13 @@ $(addsuffix .log,$(wildcard output/*.v)): %.v.log: %.v %.out $(PREREQUISITELOG)
rm $$tmpoutput; \
} > "$@"
+# the expected output for the MExtraction test is
+# /plugins/micromega/micromega.ml except with additional newline
+output/MExtraction.out: ../plugins/micromega/micromega.ml
+ $(SHOW) GEN $@
+ $(HIDE) cp $< $@
+ $(HIDE) echo >> $@
+
$(addsuffix .log,$(wildcard output-modulo-time/*.v)): %.v.log: %.v %.out
@echo "TEST $< $(call get_coq_prog_args_in_parens,"$<")"
$(HIDE){ \