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