aboutsummaryrefslogtreecommitdiff
path: root/ci/compile-tests/005-change-recompile
diff options
context:
space:
mode:
Diffstat (limited to 'ci/compile-tests/005-change-recompile')
-rw-r--r--ci/compile-tests/005-change-recompile/Makefile4
-rw-r--r--ci/compile-tests/005-change-recompile/runtest.el (renamed from ci/compile-tests/005-change-recompile/test.el)3
2 files changed, 5 insertions, 2 deletions
diff --git a/ci/compile-tests/005-change-recompile/Makefile b/ci/compile-tests/005-change-recompile/Makefile
index 983227be..4cdc6503 100644
--- a/ci/compile-tests/005-change-recompile/Makefile
+++ b/ci/compile-tests/005-change-recompile/Makefile
@@ -17,8 +17,8 @@ TEST_SOURCES:=a.v b.v c.v d.v e.v f.v g.v h.v
test:
$(MAKE) clean
$(MAKE) $(TEST_SOURCES)
- emacs -batch -l ert -l ../../../generic/proof-site.el -l ../cct-lib.el \
- -l test.el -f ert-run-tests-batch-and-exit
+ emacs -batch -l ../../../generic/proof-site.el -l ../cct-lib.el \
+ -l runtest.el -f ert-run-tests-batch-and-exit
%.v: %.v.orig
cp $< $@
diff --git a/ci/compile-tests/005-change-recompile/test.el b/ci/compile-tests/005-change-recompile/runtest.el
index 4bbc4f81..c5d7f9b3 100644
--- a/ci/compile-tests/005-change-recompile/test.el
+++ b/ci/compile-tests/005-change-recompile/runtest.el
@@ -35,6 +35,9 @@
;;
;;
+;; require cct-lib for the elisp compilation, otherwise this is present already
+(require 'cct-lib)
+
;;; set configuration
(cct-configure-proof-general)