aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-autotest.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2005-02-13 21:36:23 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2005-02-13 21:36:23 +0000
commitc43eebc79e84402f3978f1f32d812e755039e3ef (patch)
treedca62bb1c01187ec41ed583d5aafd669508e95ff /coq/coq-autotest.el
parenta5fef2b565a3849eb5c8238ec2f7b64587ba840e (diff)
Added simple testing framework (in progress)
Diffstat (limited to 'coq/coq-autotest.el')
-rw-r--r--coq/coq-autotest.el19
1 files changed, 19 insertions, 0 deletions
diff --git a/coq/coq-autotest.el b/coq/coq-autotest.el
new file mode 100644
index 00000000..6d268b3d
--- /dev/null
+++ b/coq/coq-autotest.el
@@ -0,0 +1,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)
+
+