]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/scripts/profile_cvs.sh
may fix the nigtly build
[helm.git] / helm / matita / scripts / profile_cvs.sh
index c3f19c03f56fdb8413d24ff34090baea67212474..d8ba65a4d6e8f96e4d38e140e9f9e422ad4aba12 100755 (executable)
@@ -8,8 +8,8 @@ function testit {
   LOGTOOPT=/dev/null
   LOGTOBYTE=/dev/null
   export DO_TESTS_EXTRA="$MARK\t$@"
-  scripts/do_tests.sh -no-color -twice ./matitac.opt $LOGTOOPT tests/*.ma
-  scripts/do_tests.sh -no-color -twice ./matitac $LOGTOBYTE tests/*.ma
+  make tests DO_TESTS_OPTS="-no-color -twice"
+  make tests.opt DO_TESTS_OPTS="-no-color -twice"
 }
 
 function compile {
@@ -21,7 +21,7 @@ function compile {
   cd $2
   autoconf 1>/dev/null
   ./configure 1>/dev/null
-  make matitac matitac.opt updater 1>/dev/null
+  make matitac matitac.opt updater matitaclean 1>/dev/null
   sed "s/@@OWNER@@/profiler/" matita.conf.xml.sample | sed "s/@@PREFETCH@@/false/" > matita.conf.xml
   ./updater
   cd $OLD