aboutsummaryrefslogtreecommitdiff
path: root/ci/test.sh
diff options
context:
space:
mode:
authorErik Martin-Dorel2020-04-16 18:25:05 +0200
committerErik Martin-Dorel2020-04-17 08:23:25 +0200
commit4849bb7d8c01770e60ff306994e3ef1e7d4a54f1 (patch)
tree15df962280b800b418e951242102af29dd3889c2 /ci/test.sh
parent76943f911134863596eb5ca150f7b9c8051eac72 (diff)
feat: Add first version of coq-tests.el
TODO: Expand it using - https://github.com/rejeep/ert-async.el - and/or https://www.gnu.org/software/emacs/manual/html_node/ert/index.html
Diffstat (limited to 'ci/test.sh')
-rwxr-xr-xci/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test.sh b/ci/test.sh
index e9e0b472..661f8f7a 100755
--- a/ci/test.sh
+++ b/ci/test.sh
@@ -35,4 +35,4 @@ rootdir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )
# form="(message \"OK\")"
form="(progn (add-to-list 'load-path \"$rootdir\") (add-to-list 'load-path \"$srcdir\"))"
-assert emacs --batch -l ert -l init-tests.el --eval "$form" -l proof-general.el -f ert-run-tests-batch-and-exit
+assert emacs --batch -l ert -l init-tests.el --eval "$form" -l proof-general.el -l coq-tests.el -f ert-run-tests-batch-and-exit