]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/Makefile.in
comments syntax changed
[helm.git] / helm / matita / Makefile.in
index 8e9f3b9ce906827b8902a8d3c1824556da044d08..bbf534b325967ccee89dc0b6ce8abd00d25d4d69 100644 (file)
@@ -93,13 +93,17 @@ 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:
        cd ..; otags -vi -r ocaml/ matita/
 
 #.depend: matitaGeneratedGui.ml matitaGeneratedGui.mli *.ml *.mli
-.depend:
+depend:
        $(OCAMLDEP) *.ml *.mli > .depend
 
 include .depend