X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FMakefile;h=8bd708eb79ecee997915b0d7b310b625e5e1a1fd;hb=5c0ced5c13852bcc93761859285efe4c5f0d2513;hp=bc317b4f3a37997e67b241e3443b7d85841265d5;hpb=02763a89e6351dfb7770251d0507512e3f0ddb74;p=helm.git diff --git a/helm/software/matita/Makefile b/helm/software/matita/Makefile index bc317b4f3..8bd708eb7 100644 --- a/helm/software/matita/Makefile +++ b/helm/software/matita/Makefile @@ -181,21 +181,21 @@ distclean: clean TEST_DIRS = \ legacy \ - library \ - tests \ - contribs/dama/dama \ - contribs/assembly \ - contribs/CoRN \ - contribs/RELATIONAL \ - contribs/LOGIC \ - contribs/PREDICATIVE-TOPOLOGY \ + library + # tests \ + # contribs/dama/dama \ + # contribs/assembly \ + # contribs/CoRN \ + # contribs/RELATIONAL \ + # contribs/LOGIC \ + # contribs/PREDICATIVE-TOPOLOGY \ $(NULL) # library_auto TEST_DIRS_OPT = \ $(TEST_DIRS) \ - contribs/LAMBDA-TYPES \ $(NULL) + #contribs/LAMBDA-TYPES \ .PHONY: tests tests.opt cleantests cleantests.opt tests: $(foreach d,$(TEST_DIRS),$(d)-test)