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