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