aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-autotest.el
blob: 6d268b3d85543b49fcff85688e278f7626d621c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
;; coq-autotest.el: tests of Isar Proof General.
;;
;; You can run these by issuing "make devel.test.isar" in PG home dir.
;;
;; $Id$
;;

(require 'pg-autotest)

;; The included test files
(pg-autotest  message "Testing standard examples")
(pg-autotest script-wholefile "coq/example.v")
(pg-autotest script-wholefile "coq/example-x-symbol.v")
(pg-autotest script-wholefile "coq/ex-module.v")

(pg-autotest-quit-prover)
(pg-autotest-finished)