X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=test%2Fintegration%2FMakefile;fp=test%2Fintegration%2FMakefile;h=a1b9299eb0f861089ff0196a23cd50a2f90351ff;hp=0000000000000000000000000000000000000000;hb=fb54b1c9d2fbc3d4a62c6b4d38ff68e9d3b25c26;hpb=b4e48008c95b35c692827326191698c22b06124f diff --git a/test/integration/Makefile b/test/integration/Makefile new file mode 100644 index 0000000..a1b9299 --- /dev/null +++ b/test/integration/Makefile @@ -0,0 +1,6 @@ +TESTGROUP = CASL2 COMET2 DUMPWORD +.PHONY: all +all: + @for target in $(TESTGROUP); do \ + $(MAKE) -C $$target; \ + done