X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FMakefile;h=c6b6f0b1ffe08f4b73020ec814811216881dc143;hb=07c5372510a5abecd788aa0b500e5deaa548c9d4;hp=6f62f254652c8ed9a7b1515d920e1deb896af131;hpb=797f9ece92237a8d583a0c32ef4fa755299f9949;p=helm.git diff --git a/helm/software/matita/Makefile b/helm/software/matita/Makefile index 6f62f2546..c6b6f0b1f 100644 --- a/helm/software/matita/Makefile +++ b/helm/software/matita/Makefile @@ -210,7 +210,6 @@ distclean: clean TEST_DIRS = \ legacy \ library \ - library_auto \ tests \ dama \ contribs/CoRN \ @@ -219,11 +218,16 @@ TEST_DIRS = \ contribs/PREDICATIVE-TOPOLOGY \ $(NULL) +# library_auto \ +TEST_DIRS_OPT = \ + $(TEST_DIRS) \ + $(NULL) + .PHONY: tests tests.opt cleantests cleantests.opt tests: $(foreach d,$(TEST_DIRS),$(d)-test) -tests.opt: $(foreach d,$(TEST_DIRS),$(d)-test-opt) +tests.opt: $(foreach d,$(TEST_DIRS_OPT),$(d)-test-opt) cleantests: $(foreach d,$(TEST_DIRS),$(d)-cleantests) -cleantests.opt: $(foreach d,$(TEST_DIRS),$(d)-cleantests-opt) +cleantests.opt: $(foreach d,$(TEST_DIRS_OPT),$(d)-cleantests-opt) %-test: matitac matitadep matitaclean -cd $* && make -k clean all