オプションテスト名変更
[YACASL2.git] / test / integration / casl2 / opt_h / Makefile
diff --git a/test/integration/casl2/opt_h/Makefile b/test/integration/casl2/opt_h/Makefile
new file mode 100644 (file)
index 0000000..aa6442c
--- /dev/null
@@ -0,0 +1,6 @@
+# -hオプションで、1から10まで加算するsum_10.caslを実行
+include ../CMD.mk    # YACASL2DIR, CASL2
+include ../sum_10_s/CMD.mk       # ASDIR, ASFILE
+CASL2FLAG = -saltdh
+CMD = $(CASL2) $(CASL2FLAG) $(ASFILE)
+include ../TEST.mk