統合テストに、最新版Autotest.mkを反映
[YACASL2.git] / test / integration / casl2 / opt_sL / Makefile
diff --git a/test/integration/casl2/opt_sL/Makefile b/test/integration/casl2/opt_sL/Makefile
deleted file mode 100644 (file)
index 4d6fabd..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-# -sLオプションで、1から10まで加算するopt.caslを実行
-include ../CMD.mk               # YACASL2DIR, CASL2
-include ../opt_s/CMD.mk         # ASDIR, ASFILE
-CASL2FLAG = -sL
-CMD = $(CASL2) $(CASL2FLAG) $(ASFILE)
-include ../TEST.mk