X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=test%2Fintegration%2FMakefile;h=437eeb80c17bc1fef17f57f068a9fbb8ee2d8e37;hp=a1b9299eb0f861089ff0196a23cd50a2f90351ff;hb=959c309bcf37cbb534aaa04f27ccfdb6c9453396;hpb=fb54b1c9d2fbc3d4a62c6b4d38ff68e9d3b25c26 diff --git a/test/integration/Makefile b/test/integration/Makefile index a1b9299..437eeb8 100644 --- a/test/integration/Makefile +++ b/test/integration/Makefile @@ -1,6 +1,6 @@ -TESTGROUP = CASL2 COMET2 DUMPWORD +YACASL2DIR=../.. +TARGETS = casl2 comet2 dumpword .PHONY: all -all: - @for target in $(TESTGROUP); do \ - $(MAKE) -C $$target; \ - done +all:$(TARGETS) +%: $(YACASL2DIR)/% + $(MAKE) -C $@