X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=test%2Fintegration%2Fcomet2%2Fhello%2FMakefile;h=305ee54fd2eb33ec61a5326b2fce91ec59a0f5b3;hp=43595e1b840362aeccd1ba72993170fd091dda1c;hb=851e22754474ae6518109b5485130dcf86f7f880;hpb=5a84169c51f754a58929ce360e9e1a358e0ca74e 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