X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=test%2Fintegration%2FMakefile;h=38422a09f52ee5a5f52d48c8753a365c97af0e10;hp=e44000289783097e39e501ddb1f1cd42d2684030;hb=632231943932361e8c8618283f7871ff1df04aa6;hpb=87da65b534d88b60dcfb59ff1252101daf35e44e 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