aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-autotest.el
diff options
context:
space:
mode:
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))