]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/scripts/profile_cvs.sh
more makefile work
[helm.git] / helm / matita / scripts / profile_cvs.sh
index f0cc00e8bf72d8b6460f36a829686b83802f7565..947a4c0a0a09efb9c5bf0e881c1f20c8b19930c7 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_TEST_OPTS="-no-color -twice"
+  make tests.opt DO_TEST_OPTS="-no-color -twice"
 }
 
 function compile {