X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fintegration%2FMakefile;h=38422a09f52ee5a5f52d48c8753a365c97af0e10;hb=8734038470680c50615c8f71bd4934f44c5f39f6;hp=e44000289783097e39e501ddb1f1cd42d2684030;hpb=295dbb72582804dbceaa8078c1abe574c9772002;p=YACASL2.git diff --git a/test/integration/Makefile b/test/integration/Makefile index e440002..38422a0 100644 --- a/test/integration/Makefile +++ b/test/integration/Makefile @@ -1,7 +1,7 @@ YACASL2DIR=../.. TESTGROUPS = casl2 comet2 dumpword -.PHONY: all clean -all: +.PHONY: check clean +check: @for target in $(TESTGROUPS); do $(MAKE) -sC $$target; done clean: @for target in $(TESTGROUPS); do $(MAKE) -sC $$target clean; done