X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=test%2FMakefile.TESTGROUPS.mk;h=b453755f42a0d8813bcb6527fe750079f9873dc8;hp=4c12356cfedf807f0e7c8747c7c1114a07fe86ba;hb=fda1563ea37180835e0b9c6e7a9c7ae607895446;hpb=1f490c5ea15d073c9ec918b78a5e6117a0a8bd3e diff --git a/test/Makefile.TESTGROUPS.mk b/test/Makefile.TESTGROUPS.mk index 4c12356..b453755 100644 --- a/test/Makefile.TESTGROUPS.mk +++ b/test/Makefile.TESTGROUPS.mk @@ -26,8 +26,6 @@ report: $(LOGFILE) echo "$$success / $$all tests passed. Details in `pwd`/$(LOGFILE)"; \ if test $$success -eq $$all; then \ echo "All tests are succeded."; \ - else \ - grep "Failure" $(LOGFILE); \ fi clean: @for target in $(TESTS); do $(MAKE) clean -C $$target; done @@ -40,7 +38,8 @@ prepare: create: ifdef UNITNAME @mkdir $(UNITNAME) - @echo 'CMD = ' >>$(UNITNAME)/Makefile + @echo 'CMD = ' >>$(UNITNAME)/Makefile; \ + echo 'include ../TEST.mk' >>$(UNITNAME)/Makefile else @echo "no test created. set UNITNAME" endif