From: Enrico Tassi Date: Thu, 17 May 2007 15:17:39 +0000 (+0000) Subject: OPT tests restored X-Git-Tag: make_still_working~6333 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=2c40b39e14811c380e03bdd876ec1591f30da911;p=helm.git OPT tests restored --- diff --git a/helm/software/matita/Makefile b/helm/software/matita/Makefile index c6b6f0b1f..48d4e8af8 100644 --- a/helm/software/matita/Makefile +++ b/helm/software/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