]> matita.cs.unibo.it Git - helm.git/commitdiff
Added new target "make tests" for regression testing.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 8 Jun 2005 14:00:35 +0000 (14:00 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 8 Jun 2005 14:00:35 +0000 (14:00 +0000)
helm/matita/Makefile.in

index 8e9f3b9ce906827b8902a8d3c1824556da044d08..155a36e0875e133b66c1acd2a05ddc44e1ca610f 100644 (file)
@@ -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 "\e[0;32m[OK]\e[0m $$i") || echo "\e[0;31m[KO]\e[0m $$i"; done
+.PHONY: tests
+
 tags: TAGS
 .PHONY: TAGS
 TAGS: