From 2bf27fdf892c66e309600400a3b3ec292f796039 Mon Sep 17 00:00:00 2001
From: Claudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Date: Wed, 8 Jun 2005 14:00:35 +0000
Subject: [PATCH] Added new target "make tests" for regression testing.

---
 helm/matita/Makefile.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/helm/matita/Makefile.in b/helm/matita/Makefile.in
index 8e9f3b9ce..155a36e08 100644
--- a/helm/matita/Makefile.in
+++ b/helm/matita/Makefile.in
@@ -93,6 +93,10 @@ distclean: clean
 	rm -f matita.glade.bak matita.gladep.bak
 	rm -rf autom4te.cache/
 
+tests: matitac
+	for i in tests/*.ma; do (./matitac $$i 2> /dev/null > /dev/null && echo "[OK] $$i") || echo "[KO] $$i"; done
+.PHONY: tests
+
 tags: TAGS
 .PHONY: TAGS
 TAGS:
-- 
2.39.2