aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/success
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-09 00:09:58 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-09 00:09:58 +0000
commit4aa525b1b33e3a383ace9cff83f899d97e58fd83 (patch)
treeab9f9b88dca4272eae63f855da91dca782213834 /test-suite/success
parent05146ef6f607f043ffdad610bc14e5a32de222b2 (diff)
tests automatiques
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1082 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/success')
-rw-r--r--test-suite/success/Check.v7
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suite/success/Check.v b/test-suite/success/Check.v
new file mode 100644
index 000000000..2c9fc7ada
--- /dev/null
+++ b/test-suite/success/Check.v
@@ -0,0 +1,7 @@
+(* Compiling the theories allows to test parsing and typing but not printing *)
+(* This file tests that pretty-printing does not fail *)
+(* Test of exact output is not specified *)
+
+Check O.
+Check S.
+Check nat.