gitの設定を変更
[YACASL2.git] / test / integration / casl2 / iotest / Makefile
diff --git a/test/integration/casl2/iotest/Makefile b/test/integration/casl2/iotest/Makefile
new file mode 100644 (file)
index 0000000..05ff369
--- /dev/null
@@ -0,0 +1,7 @@
+include ../CMD.mk    # YACASL2DIR, CASL2
+CASL2FLAG = -sla
+ASDIR = $(YACASL2DIR)/as/FUNC
+ASFILE = $(ASDIR)/iotest.casl
+IN = <teststr.txt
+CMD = $(CASL2) $(CASL2FLAG) $(ASFILE) $(IN)
+include ../TEST.mk