X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fintegration%2Fcomet2%2Fcmd_CALL_call1%2FMakefile;fp=test%2Fintegration%2Fcomet2%2Fcmd_CALL_call1%2FMakefile;h=8e25b88621a51b68d2bf801ba6100ecb651437e7;hb=e53b9aa2cd0e67ff64c52fa1b83e16c048283dbd;hp=0000000000000000000000000000000000000000;hpb=f2b4a9880e544d2fcb54f5a6dda673f67767d93d;p=YACASL2.git diff --git a/test/integration/comet2/cmd_CALL_call1/Makefile b/test/integration/comet2/cmd_CALL_call1/Makefile new file mode 100644 index 0000000..8e25b88 --- /dev/null +++ b/test/integration/comet2/cmd_CALL_call1/Makefile @@ -0,0 +1,6 @@ +include ../CMD.mk # YACASL2DIR, CASL2 +ASDIR = $(YACASL2DIR)/as +CASL2LIBDIR = $(YACASL2DIR)/as/casl2lib +ASFILE = $(YACASL2DIR)/as/cmd/CALL/call1.casl +CMD = $(CASL2) $(CASL2FLAG) $(ASFILE) +include ../TEST.mk