From c30b48dc423ef9c25473d7b5f211eac018f2f0fa Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Thu, 17 May 2007 15:17:39 +0000 Subject: [PATCH] OPT tests restored --- matita/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/matita/Makefile b/matita/Makefile index c6b6f0b1f..48d4e8af8 100644 --- a/matita/Makefile +++ b/matita/Makefile @@ -42,6 +42,7 @@ CMOS = \ matitaGeneratedGui.cmo \ matitaMathView.cmo \ matitaGui.cmo \ + matitaAutoGui.cmo \ $(NULL) # objects for matitac (batch compiler) CCMOS = \ @@ -218,9 +219,9 @@ TEST_DIRS = \ contribs/PREDICATIVE-TOPOLOGY \ $(NULL) -# library_auto \ +# library_auto TEST_DIRS_OPT = \ - $(TEST_DIRS) \ + $(TEST_DIRS) \ $(NULL) .PHONY: tests tests.opt cleantests cleantests.opt -- 2.39.2