]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/Makefile
cicDischarge: we still have some problems here. Some fixes
[helm.git] / helm / software / matita / Makefile
index a872f3194a26770fbda8973cdc390196f0e05bfd..41590525815a2fbb3f4293e9831a41d6a7c3acaa 100644 (file)
@@ -36,8 +36,8 @@ MLI = \
        applyTransformation.mli \
        matitacLib.mli          \
        matitaInit.mli          \
-       matitaAutoGui.mli       \
        matitaGtkMisc.mli       \
+       matitaAutoGui.mli       \
        matitaScript.mli        \
        matitaMathView.mli      \
        matitaGui.mli           \
@@ -183,18 +183,19 @@ TEST_DIRS =                               \
        legacy                          \
        library                         \
        tests                           \
-       dama                            \
+       contribs/dama/dama              \
+       contribs/assembly               \
        contribs/CoRN                   \
        contribs/RELATIONAL             \
        contribs/LOGIC                  \
-       contribs/LAMBDA-TYPES           \
        contribs/PREDICATIVE-TOPOLOGY   \
        $(NULL)
 
 #      library_auto                    
 TEST_DIRS_OPT =                        \
-       $(TEST_DIRS)        \
+       $(TEST_DIRS)                    \
        $(NULL)
+       #contribs/LAMBDA-TYPES          \
 
 .PHONY: tests tests.opt cleantests cleantests.opt
 tests: $(foreach d,$(TEST_DIRS),$(d)-test)