コマンドテストの刷新
[YACASL2.git] / test / integration / casl2 / cmd_JOV_jov_o / Makefile
diff --git a/test/integration/casl2/cmd_JOV_jov_o/Makefile b/test/integration/casl2/cmd_JOV_jov_o/Makefile
new file mode 100644 (file)
index 0000000..88b7682
--- /dev/null
@@ -0,0 +1,7 @@
+include ../CMD.mk    # YACASL2DIR, CASL2
+CASL2FLAG = -atd -M16
+ASDIR = $(YACASL2DIR)/as
+CASL2LIBDIR = $(YACASL2DIR)/as/casl2lib
+ASFILE = $(YACASL2DIR)/as/cmd/JOV/jov_o.casl
+CMD = $(CASL2) $(CASL2FLAG) $(ASFILE)
+include ../TEST.mk