X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2FMakefile;h=e350c80b6c3cac51bd757a1d9a0f3c69700fee00;hb=76ec6b95c6f462f7fdedf0bc87354fb874ef4a46;hp=a872f3194a26770fbda8973cdc390196f0e05bfd;hpb=94538d45a28cf8e833f9ad4523b61a3252fde7d4;p=helm.git diff --git a/helm/software/matita/Makefile b/helm/software/matita/Makefile index a872f3194..e350c80b6 100644 --- a/helm/software/matita/Makefile +++ b/helm/software/matita/Makefile @@ -183,17 +183,18 @@ 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) \ + contribs/LAMBDA-TYPES \ $(NULL) .PHONY: tests tests.opt cleantests cleantests.opt