アセンブラファイルとテストの整理
[YACASL2.git] / test / integration / COMET2 / floatedit / Makefile
diff --git a/test/integration/COMET2/floatedit/Makefile b/test/integration/COMET2/floatedit/Makefile
new file mode 100644 (file)
index 0000000..d1b524d
--- /dev/null
@@ -0,0 +1,6 @@
+include ../CMD.mk    # YACASL2DIR, CASL2
+ASDIR = $(YACASL2DIR)/as/YAKUWA
+ASFILE = $(ASDIR)/floatedit.casl
+IN = <teststr.txt
+CMD = $(COMET2) $(OBJFILE) $(IN)
+include ../TEST.mk