]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/Makefile
Proof of Euler theorem.
[helm.git] / matita / Makefile
index 896529cf43b4ccb6f412278c63abb43fe4acf580..ab03a892f002094e57d0169af7a0dfe932ef08a9 100644 (file)
@@ -203,9 +203,12 @@ distclean: clean
 TEST_DIRS =                            \
        library                         \
        tests                           \
+       dama                            \
+       contribs/CoRN                   \
+       contribs/RELATIONAL             \
+       contribs/LAMBDA-TYPES           \
+       contribs/PREDICATIVE-TOPOLOGY   \
        $(NULL)
-#      contribs/LAMBDA-TYPES           \
-#      contribs/PREDICATIVE-TOPOLOGY   \
 
 .PHONY: tests tests.opt cleantests cleantests.opt
 tests: $(foreach d,$(TEST_DIRS),$(d)-test)