diff options
| author | herbelin | 2000-12-09 00:09:58 +0000 |
|---|---|---|
| committer | herbelin | 2000-12-09 00:09:58 +0000 |
| commit | 4aa525b1b33e3a383ace9cff83f899d97e58fd83 (patch) | |
| tree | ab9f9b88dca4272eae63f855da91dca782213834 /Makefile | |
| parent | 05146ef6f607f043ffdad610bc14e5a32de222b2 (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-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -206,6 +206,13 @@ pretyping: $(PRETYPING) toplevel: $(TOPLEVEL) ########################################################################### +# tests +########################################################################### + +check: + cd test-suite; ./check + +########################################################################### # theories and states ########################################################################### |
