CASLファイルの整理
[YACASL2.git] / as / misc / iotest / Makefile
diff --git a/as/misc/iotest/Makefile b/as/misc/iotest/Makefile
new file mode 100644 (file)
index 0000000..3aa55d8
--- /dev/null
@@ -0,0 +1,6 @@
+include ../CMD.mk    # YACASL2DIR, CASL2
+ASDIR = $(YACASL2DIR)/as/FUNC
+ASFILE = $(ASDIR)/iotest.casl
+IN = teststr.txt
+CMD = $(CASL2) $(ASFILE) <$(IN)
+include ../TEST.mk