X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fintegration%2Fcomet2%2Fcmd_ADDA_adda2%2FMakefile;fp=test%2Fintegration%2Fcomet2%2Fcmd_ADDA_adda2%2FMakefile;h=4ece6817522429b7d7fee1ecaf2921fa1eee7d24;hb=e53b9aa2cd0e67ff64c52fa1b83e16c048283dbd;hp=0000000000000000000000000000000000000000;hpb=f2b4a9880e544d2fcb54f5a6dda673f67767d93d;p=YACASL2.git diff --git a/test/integration/comet2/cmd_ADDA_adda2/Makefile b/test/integration/comet2/cmd_ADDA_adda2/Makefile new file mode 100644 index 0000000..4ece681 --- /dev/null +++ b/test/integration/comet2/cmd_ADDA_adda2/Makefile @@ -0,0 +1,7 @@ +include ../CMD.mk # YACASL2DIR, CASL2 +ASDIR = $(YACASL2DIR)/as +CASL2LIBDIR = $(YACASL2DIR)/as/casl2lib +ASFILE = $(YACASL2DIR)/as/cmd/ADDA/adda2.casl +COMET2FLAG = -td -M8 +EXECCMD = $(COMET2) $(COMET2FLAG) $(OBJFILE) +include ../TEST.mk