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