diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-10-06 23:19:10 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-10-06 23:19:10 +0000 |
commit | c1624954bb4f88b611528b16013dcb659c02ed47 (patch) | |
tree | 4ffb580bc40bb7f41ffe64e42c6dd8cef1feef79 | |
parent | 9f36277960309addcb203351d81b067397dd07dc (diff) |
suite commit 9222 : rétablissement des tests autre que complexité
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9224 85f007b7-540e-0410-9357-904b9bb8a0f7
-rwxr-xr-x | test-suite/check | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test-suite/check b/test-suite/check index a0dc8fd81..20d22c224 100755 --- a/test-suite/check +++ b/test-suite/check @@ -134,16 +134,16 @@ test_complexity() { # Programme principal -#echo "Success tests" -#test_success success -#echo "Failure tests" -#test_failure failure -#echo "Output tests" -#test_output output -#echo "Parser tests" -#test_parser parser -#echo "Interactive tests" -#test_interactive interactive +echo "Success tests" +test_success success +echo "Failure tests" +test_failure failure +echo "Output tests" +test_output output +echo "Parser tests" +test_parser parser +echo "Interactive tests" +test_interactive interactive echo "Complexity tests" test_complexity complexity echo "Module tests" |