From 36f693893931e5aba7f292aaa3c7978b8570a027 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Tue, 12 Feb 2019 17:53:10 +0900 Subject: [PATCH] =?utf8?q?=E3=83=86=E3=82=B9=E3=83=88=E3=81=A7=E3=80=81?= =?utf8?q?=E3=82=B7=E3=82=B9=E3=83=86=E3=83=A0=E3=83=86=E3=82=B9=E3=83=88?= =?utf8?q?=E3=81=8B=E3=82=89=E3=82=B9=E3=83=A2=E3=83=BC=E3=82=AF=E3=83=86?= =?utf8?q?=E3=82=B9=E3=83=88=E3=82=92=E9=99=A4=E5=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- test/system/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/system/Makefile b/test/system/Makefile index fe87d96..26c5f55 100644 --- a/test/system/Makefile +++ b/test/system/Makefile @@ -1,5 +1,5 @@ # 複数の子ディレクトリーでmakeを実行 -CMD = casl2_smoke casl2_opt casl2_cmd casl2_err comet2_smoke comet2_opt comet2_cmd comet2_err casl2rev dumpword +CMD = casl2_opt casl2_cmd casl2_err comet2_smoke comet2_opt comet2_cmd comet2_err casl2rev dumpword define make_dirs $(foreach d,$1,$(MAKE) -sC $d $2) endef @@ -16,7 +16,7 @@ smoke-valgrind: $(MAKE) -sC casl2_smoke valgrind valgrind: - @$(call make_dirs,$(CMD),$@; ) + @$(call make_dirs,casl2_smoke $(CMD),$@; ) clean: - @$(call make_dirs,$(CMD),$@; ) + @$(call make_dirs,casl2_smoke $(CMD),$@; ) -- 2.18.0