統合テストに、最新版Autotest.mkを反映
[YACASL2.git] / test / integration / casl2 / opt_opterr / Makefile
diff --git a/test/integration/casl2/opt_opterr/Makefile b/test/integration/casl2/opt_opterr/Makefile
deleted file mode 100644 (file)
index 4e2f24e..0000000
+++ /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