From: Enrico Tassi Date: Thu, 17 May 2007 15:17:39 +0000 (+0000) Subject: OPT tests restored X-Git-Tag: 0.4.95@7852~474 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=c30b48dc423ef9c25473d7b5f211eac018f2f0fa;hp=f6ace99a477254b2d9dceb7408cddab680b320db;p=helm.git OPT tests restored --- 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