X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=test%2Fsystem%2FMakefile;h=3d0fc307d35c860870870b4984a8b27e57b07876;hp=03a630e579af9a0d903aea11adc22f94d3f5dbb3;hb=d5687e0f30e8402985d569a595cc0bdadc89f725;hpb=269dc2f6c836027e0be757cfcea7922292620390 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