aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-autotest.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-03 18:48:38 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-03 18:48:38 +0000
commit89ce00e124d6c732823513006165fdcdc4094d68 (patch)
tree98cbb0dfd2dbbca8a41e6da6c601a389efb75bc3 /coq/coq-autotest.el
parent590d10c9cb7456e67aef3d2a5d2a0552826f176f (diff)
Update
Diffstat (limited to 'coq/coq-autotest.el')
-rw-r--r--coq/coq-autotest.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/coq/coq-autotest.el b/coq/coq-autotest.el
index f803b852..12869052 100644
--- a/coq/coq-autotest.el
+++ b/coq/coq-autotest.el
@@ -16,10 +16,10 @@
;; The included test files
(unless noninteractive
- (pg-autotest message "Testing standard examples")
+ (pg-autotest remark "Testing standard examples...")
(pg-autotest script-wholefile "coq/example.v")
(pg-autotest script-wholefile "coq/example-tokens.v")
(pg-autotest script-wholefile "coq/ex-module.v")
- (pg-autotest-quit-prover)
- (pg-autotest-finished))
+ (pg-autotest quit-prover)
+ (pg-autotest exit))