X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2FMakefile.in;h=bbf534b325967ccee89dc0b6ce8abd00d25d4d69;hb=53ee2f5095adadffcafb40e436d23dc330d3bd87;hp=8e9f3b9ce906827b8902a8d3c1824556da044d08;hpb=72220a2e5a51f0dd1123ff2b06df13a6f5f0d61a;p=helm.git diff --git a/helm/matita/Makefile.in b/helm/matita/Makefile.in index 8e9f3b9ce..bbf534b32 100644 --- a/helm/matita/Makefile.in +++ b/helm/matita/Makefile.in @@ -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 "[OK] $$i") || echo "[KO] $$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