]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/Makefile
Proof of the moebius inversion theorem
[helm.git] / matita / Makefile
index 1b73fe2da0da33ac1b83959be43d1bc5af2c0924..b19f646fb84af9835a03a9c529727ac9164caa64 100644 (file)
@@ -218,11 +218,16 @@ TEST_DIRS =                               \
        contribs/PREDICATIVE-TOPOLOGY   \
        $(NULL)
 
+TEST_DIRS_OPT =                        \
+       $(TEST_DIRS)                    \
+       library_auto                    \
+       $(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