aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-autotest.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2011-04-26 14:49:10 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2011-04-26 14:49:10 +0000
commit54748f66a798b9f4af515c70581cde014860c860 (patch)
tree77344ffeacbda94b1da627db3c857be2bf96bc1a /coq/coq-autotest.el
parent3b02c2c9ac86d43dfdc32004ec3acc3c36662887 (diff)
Fix so that make test.coq runs successfully.
Diffstat (limited to 'coq/coq-autotest.el')
-rw-r--r--coq/coq-autotest.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/coq/coq-autotest.el b/coq/coq-autotest.el
index f042b748..f1b8e020 100644
--- a/coq/coq-autotest.el
+++ b/coq/coq-autotest.el
@@ -62,16 +62,12 @@
(pg-autotest script-wholefile "etc/coq/multiple-plain/a.v")
(pg-autotest script-wholefile "etc/coq/multiple-plain/b.v")
(pg-autotest script-wholefile "etc/coq/multiple-plain/c.v")
- ;; FIXME: this is broken: retracting a previously
- ;; processed file doesn't work
(pg-autotest script-wholefile "etc/coq/multiple-plain/a.v")
- (pg-autotest quit-prover)
-
(pg-autotest remark "Testing multiple-file recompilation...")
+ (setq coq-compile-before-require t)
(pg-autotest script-wholefile "coq/ex/test-cases/multiple-files-single-dir/f.v")
(proof-shell-wait)
- ;; touch d.v to cause recompile (TODO: check for that)
(find-file "d.v")
(set-buffer-modified-p t)
(save-buffer)
@@ -79,7 +75,6 @@
(proof-shell-wait)
(pg-autotest script-wholefile "coq/ex/test-cases/multiple-files-single-dir/f.v")
- (pg-autotest quit-prover)
(pg-autotest remark "Complete.")
(pg-autotest timetaken 'total)