X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=test%2Fsystem%2FMakefile;h=3d0fc307d35c860870870b4984a8b27e57b07876;hb=20134ec3ebf911ef241284c6bd9145c04a75c6ca;hp=03a630e579af9a0d903aea11adc22f94d3f5dbb3;hpb=269dc2f6c836027e0be757cfcea7922292620390;p=YACASL2.git diff --git a/test/system/Makefile b/test/system/Makefile index 03a630e..3d0fc30 100644 --- a/test/system/Makefile +++ b/test/system/Makefile @@ -1,5 +1,5 @@ # 複数の子ディレクトリーでmakeを実行 -CMD = casl2 comet2 dumpword +CMD = casl2_smoke 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