]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/Makefile
...
[helm.git] / helm / software / matita / Makefile
index 41590525815a2fbb3f4293e9831a41d6a7c3acaa..1f9bff299acca32ee91ad27342b70eaec307a9b7 100644 (file)
@@ -182,20 +182,21 @@ distclean: clean
 TEST_DIRS =                            \
        legacy                          \
        library                         \
-       tests                           \
+       contribs/character              \
+       tests                           \
        contribs/dama/dama              \
        contribs/assembly               \
        contribs/CoRN                   \
        contribs/RELATIONAL             \
-       contribs/LOGIC                  \
-       contribs/PREDICATIVE-TOPOLOGY   \
+       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)