X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fintegration%2Fcasl2%2Fopt_opterr%2FMakefile;fp=test%2Fintegration%2Fcasl2%2Fopt_opterr%2FMakefile;h=0000000000000000000000000000000000000000;hb=c5e30b2f26ebc174c49c52c67121f3be81b5bd43;hp=4e2f24e43d49f5567d900a4efc8e4501d2bdf369;hpb=851e22754474ae6518109b5485130dcf86f7f880;p=YACASL2.git diff --git a/test/integration/casl2/opt_opterr/Makefile b/test/integration/casl2/opt_opterr/Makefile deleted file mode 100644 index 4e2f24e..0000000 --- a/test/integration/casl2/opt_opterr/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# 無効な-zオプションで、1から10まで加算するopt.caslを実行 -include ../CMD.mk # YACASL2DIR, CASL2 -include ../opt_s/CMD.mk # ASDIR, ASFILE -CASL2FLAG = -z -MAINTARGET_OVERRIDE = 1 -CMD = $(CASL2) $(CASL2FLAG) $(ASFILE) -include ../TEST.mk -0.txt 1.txt: - @$(CMD) >>$@ 2>$(ERR_FILE); \ - if test -s $(ERR_FILE); then tail -1 $(ERR_FILE) >>$@; else rm -f $(ERR_FILE); fi