X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=test%2Fintegration%2Fcomet2%2Fcmd_ADDA_adda2%2FMakefile;h=58d955d2859709f05890e4b0754347a343b08a4e;hp=4ece6817522429b7d7fee1ecaf2921fa1eee7d24;hb=eeed4083a8e5b52c3f6618bc78b64d991979a2c4;hpb=23048002396e07ddd6c572931028537f33f62daa diff --git a/test/integration/comet2/cmd_ADDA_adda2/Makefile b/test/integration/comet2/cmd_ADDA_adda2/Makefile index 4ece681..58d955d 100644 --- a/test/integration/comet2/cmd_ADDA_adda2/Makefile +++ b/test/integration/comet2/cmd_ADDA_adda2/Makefile @@ -2,6 +2,6 @@ include ../CMD.mk # YACASL2DIR, CASL2 ASDIR = $(YACASL2DIR)/as CASL2LIBDIR = $(YACASL2DIR)/as/casl2lib ASFILE = $(YACASL2DIR)/as/cmd/ADDA/adda2.casl -COMET2FLAG = -td -M8 +COMET2FLAG = -td -M16 EXECCMD = $(COMET2) $(COMET2FLAG) $(OBJFILE) include ../TEST.mk