From: Enrico Tassi Date: Thu, 4 Sep 2008 09:15:12 +0000 (+0000) Subject: stop running LAMBDA-TYPES as a test, can be reactivated when it will take X-Git-Tag: make_still_working~4824 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=6e1ce1b936a712bea7678d04e55053abc1f5a9cf;p=helm.git stop running LAMBDA-TYPES as a test, can be reactivated when it will take less than one night --- diff --git a/helm/software/matita/Makefile b/helm/software/matita/Makefile index bc317b4f3..415905258 100644 --- a/helm/software/matita/Makefile +++ b/helm/software/matita/Makefile @@ -194,8 +194,8 @@ TEST_DIRS = \ # 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)