From dcd7c1a413c38bce8fc80198d660fd4dba4094e9 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Tue, 10 Oct 2006 13:09:35 +0000 Subject: [PATCH] I do not understand at all why Enrico removed the contribs from the bench! --- matita/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/matita/Makefile b/matita/Makefile index 896529cf4..6b93a0f6e 100644 --- a/matita/Makefile +++ b/matita/Makefile @@ -203,9 +203,10 @@ distclean: clean TEST_DIRS = \ library \ tests \ + contribs/LAMBDA-TYPES \ + contribs/PREDICATIVE-TOPOLOGY \ + contribs/RELATIONAL \ $(NULL) -# contribs/LAMBDA-TYPES \ -# contribs/PREDICATIVE-TOPOLOGY \ .PHONY: tests tests.opt cleantests cleantests.opt tests: $(foreach d,$(TEST_DIRS),$(d)-test) -- 2.39.2