X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fintegration%2Fcasl2%2FMakefile;h=6b81f1fd7934a3c94e0d6ed22331bfa682cb3579;hb=47d2bb9e2d85d05aa87484aad833f03850232a78;hp=f38b79d878b9a7de1b0dcf13fbd2611349b49982;hpb=5a84169c51f754a58929ce360e9e1a358e0ca74e;p=YACASL2.git diff --git a/test/integration/casl2/Makefile b/test/integration/casl2/Makefile index f38b79d..6b81f1f 100644 --- a/test/integration/casl2/Makefile +++ b/test/integration/casl2/Makefile @@ -9,9 +9,9 @@ TESTS = `ls | grep "^[^A-Z].*"` LOGFILE = Test.log -.PHONY: all check report clean cleanall prepare create -all: check report -check: +.PHONY: all check checkeach report clean cleanall prepare create +check: checkeach report +checkeach: @rm -f $(LOGFILE) @for target in $(TESTS); do \ $(MAKE) check -C $$target; \