X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fsystem%2FMakefile;h=1667d25c8096d73823f93649f6da63650811e187;hb=875ffa04ad421b5cac1ce48e8bf2090aefb009c9;hp=fe87d964269cd2a5e545d831ac4598afc88e5db2;hpb=6186b07659277c3dd6745a8991bd00f77df39675;p=YACASL2.git diff --git a/test/system/Makefile b/test/system/Makefile index fe87d96..1667d25 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 comet2monitor 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),$@; )