]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/Makefile.in
Added new target "make tests" for regression testing.
[helm.git] / 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: