アセンブラファイルとテストの整理
[YACASL2.git] / test / integration / CASL2 / rev_call / Makefile
diff --git a/test/integration/CASL2/rev_call/Makefile b/test/integration/CASL2/rev_call/Makefile
new file mode 100644 (file)
index 0000000..8239a50
--- /dev/null
@@ -0,0 +1,5 @@
+include ../CMD.mk    # YACASL2DIR, CASL2
+ASDIR = $(YACASL2DIR)/as/FUNC
+ASFILE = $(ASDIR)/rev_call.casl $(ASDIR)/rev.casl
+CMD = $(CASL2) $(CASL2FLAG) $(ASFILE)
+include ../TEST.mk