aboutsummaryrefslogtreecommitdiff
path: root/ci/compile-tests/001-mini-project/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ci/compile-tests/001-mini-project/Makefile')
-rw-r--r--ci/compile-tests/001-mini-project/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/ci/compile-tests/001-mini-project/Makefile b/ci/compile-tests/001-mini-project/Makefile
new file mode 100644
index 00000000..4ae0a433
--- /dev/null
+++ b/ci/compile-tests/001-mini-project/Makefile
@@ -0,0 +1,19 @@
+# This file is part of Proof General.
+#
+# © Copyright 2020 Hendrik Tews
+#
+# Authors: Hendrik Tews
+# Maintainer: Hendrik Tews <hendrik@askra.de>
+#
+# License: GPL (GNU GENERAL PUBLIC LICENSE)
+
+
+.PHONY: test
+test:
+ $(MAKE) clean
+ emacs -batch -l ert -l ../../../generic/proof-site.el -l ../cct-lib.el \
+ -l test.el -f ert-run-tests-batch-and-exit
+
+.PHONY: clean
+clean:
+ rm -f *.vo *.glob *.vio *.vos *.vok .*.aux