X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2FMakefile.in;h=b0b1fe5227fdd24c47ed7f56f56b52cc93de85c6;hb=84d80c68bd584e2c0a2b96dc2f1d5923cea667d8;hp=bed070a5113122562e7824f2489c90746582f15e;hpb=ebc063e65d908c9f35619c92454dbbe76bdabd40;p=helm.git diff --git a/helm/matita/Makefile.in b/helm/matita/Makefile.in index bed070a51..b0b1fe522 100644 --- a/helm/matita/Makefile.in +++ b/helm/matita/Makefile.in @@ -116,9 +116,11 @@ distclean: clean rm -rf autom4te.cache/ tests: matitac - @scripts/do_tests.sh ./matitac /dev/null tests/*.ma + (cd library && make clean all) + (cd tests && make clean all) tests.opt: matitac.opt - @scripts/do_tests.sh ./matitac.opt /dev/null tests/*.ma + (cd library && make clean.opt opt) + (cd tests && make clean.opt opt) .PHONY: tests tests.opt tags: TAGS