From 54748f66a798b9f4af515c70581cde014860c860 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Tue, 26 Apr 2011 14:49:10 +0000 Subject: Fix so that make test.coq runs successfully. --- coq/coq-autotest.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'coq/coq-autotest.el') 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) -- cgit v1.2.3