]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/Makefile
limits: reorganized and attached to nightly tests (cow compiles fully)
[helm.git] / helm / software / matita / Makefile
index 28cc4c24f64f5823528d1d4cbaf3adbda0e0605a..8502bc7b80d2023073db29b44d3ecc4a31097845 100644 (file)
@@ -181,23 +181,23 @@ distclean: clean
        $(H)rm -f matita.conf.xml.sample
        $(H)rm -rf .matita
 
-TEST_DIRS =                            \
-       legacy                          \
-       library                         \
-       contribs/character              \
-       tests                           \
-       contribs/dama/dama              \
-       contribs/assembly               \
-       contribs/CoRN                   \
-       contribs/RELATIONAL             \
-       contribs/LOGIC                  \
-       contribs/PREDICATIVE-TOPOLOGY   \
+TEST_DIRS =                    \
+       legacy                  \
+       library                 \
+       contribs/character      \
+       tests                   \
+       contribs/dama/dama      \
+       contribs/assembly       \
+       contribs/CoRN           \
+       contribs/RELATIONAL     \
+       contribs/LOGIC          \
+       contribs/limits         \
        $(NULL)
 
 #      library_auto                    
-TEST_DIRS_OPT =                        \
-       $(TEST_DIRS)                    \
-       contribs/LAMBDA-TYPES           \
+TEST_DIRS_OPT =                \
+       $(TEST_DIRS)            \
+       contribs/LAMBDA-TYPES   \
        $(NULL)
 
 .PHONY: tests tests.opt cleantests cleantests.opt