From 959c309bcf37cbb534aaa04f27ccfdb6c9453396 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Mon, 25 Jan 2010 13:27:54 +0900 Subject: [PATCH] =?utf8?q?=E3=80=8Cmake=20check=E3=80=8D=E3=81=A7=E3=81=AE?= =?utf8?q?=E3=83=86=E3=82=B9=E3=83=88=E3=81=8C=E3=80=81=E3=82=B3=E3=83=9E?= =?utf8?q?=E3=83=B3=E3=83=89=E6=9B=B4=E6=96=B0=E6=99=82=E3=81=A0=E3=81=91?= =?utf8?q?=E3=81=AB=E5=AE=9F=E8=A1=8C=E3=81=95=E3=82=8C=E3=82=8B=E3=82=88?= =?utf8?q?=E3=81=86=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- test/integration/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/integration/Makefile b/test/integration/Makefile index 2413812..437eeb8 100644 --- a/test/integration/Makefile +++ b/test/integration/Makefile @@ -1,6 +1,6 @@ -TESTGROUPS = `ls | grep "^[^A-Z].*"` +YACASL2DIR=../.. +TARGETS = casl2 comet2 dumpword .PHONY: all -all: - @for target in $(TESTGROUPS); do \ - $(MAKE) -C $$target; \ - done +all:$(TARGETS) +%: $(YACASL2DIR)/% + $(MAKE) -C $@ -- 2.18.0