X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2Fscripts%2Fprofile_cvs.sh;h=d8ba65a4d6e8f96e4d38e140e9f9e422ad4aba12;hb=b05dceab1903f9d15f214a9ddeaf791cd594e215;hp=c3f19c03f56fdb8413d24ff34090baea67212474;hpb=244b44d6490eeb5f7cb89e83cfb6e22e9394ba11;p=helm.git diff --git a/helm/matita/scripts/profile_cvs.sh b/helm/matita/scripts/profile_cvs.sh index c3f19c03f..d8ba65a4d 100755 --- a/helm/matita/scripts/profile_cvs.sh +++ b/helm/matita/scripts/profile_cvs.sh @@ -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