From 2c40b39e14811c380e03bdd876ec1591f30da911 Mon Sep 17 00:00:00 2001
From: Enrico Tassi <enrico.tassi@inria.fr>
Date: Thu, 17 May 2007 15:17:39 +0000
Subject: [PATCH] OPT tests restored

---
 helm/software/matita/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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
-- 
2.39.5