X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fintegration%2Fcomet2%2Fhello%2FMakefile;h=43595e1b840362aeccd1ba72993170fd091dda1c;hb=e53b9aa2cd0e67ff64c52fa1b83e16c048283dbd;hp=cc64a8912a4ef6fcf1afeb462706e5089a361b45;hpb=350188e12a316928e5b2d8473f580528b2780d8b;p=YACASL2.git diff --git a/test/integration/comet2/hello/Makefile b/test/integration/comet2/hello/Makefile index cc64a89..43595e1 100644 --- a/test/integration/comet2/hello/Makefile +++ b/test/integration/comet2/hello/Makefile @@ -1,4 +1,6 @@ include ../CMD.mk # YACASL2DIR, CASL2 ASDIR = $(YACASL2DIR)/as ASFILE = $(ASDIR)/hello.casl +COMET2FLAG = -td -M32 +EXECCMD = $(COMET2) $(COMET2FLAG) $(OBJFILE) include ../TEST.mk