X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fintegration%2Fcomet2%2Fcmd_JOV_jov_o%2FMakefile;fp=test%2Fintegration%2Fcomet2%2Fcmd_JOV_jov_o%2FMakefile;h=e66f896b254379d70c9f2b78247721121da39c1b;hb=e53b9aa2cd0e67ff64c52fa1b83e16c048283dbd;hp=0000000000000000000000000000000000000000;hpb=f2b4a9880e544d2fcb54f5a6dda673f67767d93d;p=YACASL2.git diff --git a/test/integration/comet2/cmd_JOV_jov_o/Makefile b/test/integration/comet2/cmd_JOV_jov_o/Makefile new file mode 100644 index 0000000..e66f896 --- /dev/null +++ b/test/integration/comet2/cmd_JOV_jov_o/Makefile @@ -0,0 +1,7 @@ +include ../CMD.mk # YACASL2DIR, CASL2 +ASDIR = $(YACASL2DIR)/as +CASL2LIBDIR = $(YACASL2DIR)/as/casl2lib +ASFILE = $(YACASL2DIR)/as/cmd/JOV/jov_o.casl +COMET2FLAG = -td -M16 +EXECCMD = $(COMET2) $(COMET2FLAG) $(OBJFILE) +include ../TEST.mk