diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-05-19 19:10:40 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2008-05-19 19:10:40 +0000 |
commit | 7c51ef20064ed4f44a4e1dcb2040ec4b74919b5f (patch) | |
tree | 4cc4f55d026344c86de4381aa16cd2aa20f69150 /test-suite/check | |
parent | 133516a1acebebfce527204fe5109a5eecb9bb45 (diff) |
Intégration de micromega ("omicron" pour fourier et sa variante sur Z,
"micromega" et "sos" pour les problèmes non linéaires sous-traités à
csdp); mise en place d'un cache pour pouvoir rejouer les preuves
sans avoir besoin de csdp (pour l'instant c'est du bricolage, faudra
affiner cela).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10947 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/check')
-rwxr-xr-x | test-suite/check | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/check b/test-suite/check index 4c98f8ac2..f2307d405 100755 --- a/test-suite/check +++ b/test-suite/check @@ -248,6 +248,8 @@ echo "Parser tests" test_parser parser echo "Interactive tests" test_interactive interactive +echo "Micromega tests" +test_success micromega echo "Complexity tests" test_complexity complexity echo "Module tests" |