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