aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
new file mode 100644
index 0000000000..a48ab0860f
--- /dev/null
+++ b/tests/Makefile
@@ -0,0 +1,7 @@
+all: $(patsubst %.v,%.v.log,$(wildcard *.v))
+
+%.v.log: %.v
+ $(COQBIN)/coqtop -I ../src -Q ../theories Ltac2 < $< 2> $@
+
+clean:
+ rm -f *.log