aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorherbelin2000-12-09 00:09:58 +0000
committerherbelin2000-12-09 00:09:58 +0000
commit4aa525b1b33e3a383ace9cff83f899d97e58fd83 (patch)
treeab9f9b88dca4272eae63f855da91dca782213834 /Makefile
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 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0bb9c113ef..0881dbcae8 100644
--- a/Makefile
+++ b/Makefile
@@ -206,6 +206,13 @@ pretyping: $(PRETYPING)
toplevel: $(TOPLEVEL)
###########################################################################
+# tests
+###########################################################################
+
+check:
+ cd test-suite; ./check
+
+###########################################################################
# theories and states
###########################################################################