From 7c51ef20064ed4f44a4e1dcb2040ec4b74919b5f Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 19 May 2008 19:10:40 +0000 Subject: 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 --- test-suite/check | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test-suite/check') diff --git a/test-suite/check b/test-suite/check index 4c98f8ac28..f2307d4057 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" -- cgit v1.2.3