X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fintegration%2Fcomet2%2Fcmd_ST_st1%2FMakefile;fp=test%2Fintegration%2Fcomet2%2Fcmd_ST_st1%2FMakefile;h=5183b4729c28665c1010e6f7c2f8508207ff2b22;hb=eeed4083a8e5b52c3f6618bc78b64d991979a2c4;hp=eb2697d23084d270afe75f5a0f80417131eb51ca;hpb=23048002396e07ddd6c572931028537f33f62daa;p=YACASL2.git diff --git a/test/integration/comet2/cmd_ST_st1/Makefile b/test/integration/comet2/cmd_ST_st1/Makefile index eb2697d..5183b47 100644 --- a/test/integration/comet2/cmd_ST_st1/Makefile +++ b/test/integration/comet2/cmd_ST_st1/Makefile @@ -2,6 +2,6 @@ include ../CMD.mk # YACASL2DIR, CASL2 ASDIR = $(YACASL2DIR)/as CASL2LIBDIR = $(YACASL2DIR)/as/casl2lib ASFILE = $(YACASL2DIR)/as/cmd/ST/st1.casl -COMET2FLAG = -td -M8 +COMET2FLAG = -td -M16 EXECCMD = $(COMET2) $(COMET2FLAG) $(OBJFILE) include ../TEST.mk