gitの設定を変更
[YACASL2.git] / test / integration / casl2 / ld2 / Makefile
diff --git a/test/integration/casl2/ld2/Makefile b/test/integration/casl2/ld2/Makefile
new file mode 100644 (file)
index 0000000..76879a9
--- /dev/null
@@ -0,0 +1,6 @@
+include ../CMD.mk    # YACASL2DIR, CASL2
+CASL2FLAG = -slatd
+ASDIR = $(YACASL2DIR)/as/CMD
+ASFILE = $(ASDIR)/ld2.casl
+CMD = $(CASL2) $(CASL2FLAG) $(ASFILE) $(IN)
+include ../TEST.mk