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