X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FMakefile;h=1f9bff299acca32ee91ad27342b70eaec307a9b7;hb=9ead65f0b6b17fc8f01ffcb977c3c252594724a9;hp=8bd708eb79ecee997915b0d7b310b625e5e1a1fd;hpb=6bce12e43e808de17a7146584c40ab26d29498e5;p=helm.git diff --git a/helm/software/matita/Makefile b/helm/software/matita/Makefile index 8bd708eb7..1f9bff299 100644 --- a/helm/software/matita/Makefile +++ b/helm/software/matita/Makefile @@ -181,21 +181,22 @@ distclean: clean TEST_DIRS = \ legacy \ - library - # tests \ - # contribs/dama/dama \ - # contribs/assembly \ - # contribs/CoRN \ - # contribs/RELATIONAL \ - # contribs/LOGIC \ - # contribs/PREDICATIVE-TOPOLOGY \ + library \ + contribs/character \ + 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)