]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/Makefile
new small devel
[helm.git] / helm / software / matita / Makefile
index bc317b4f3a37997e67b241e3443b7d85841265d5..8bd708eb79ecee997915b0d7b310b625e5e1a1fd 100644 (file)
@@ -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)