From: Claudio Sacerdoti Coen Date: Wed, 8 Jun 2005 14:00:35 +0000 (+0000) Subject: Added new target "make tests" for regression testing. X-Git-Tag: PRE_INDEX_1~38 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=2bf27fdf892c66e309600400a3b3ec292f796039;p=helm.git Added new target "make tests" for regression testing. --- 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: