X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fintegration%2Fcomet2%2Fmula2_call%2FMakefile;fp=test%2Fintegration%2Fcomet2%2Fmula2_call%2FMakefile;h=cb5ed858aa6cec8d56ae98458ae7abff1d17d8ce;hb=d58121c34669a809d4199741cb03fe53df309d9c;hp=0000000000000000000000000000000000000000;hpb=6a9e7118e7f1a32304a1ffba0cb7a4b44f90d9fe;p=YACASL2.git diff --git a/test/integration/comet2/mula2_call/Makefile b/test/integration/comet2/mula2_call/Makefile new file mode 100644 index 0000000..cb5ed85 --- /dev/null +++ b/test/integration/comet2/mula2_call/Makefile @@ -0,0 +1,7 @@ +include ../CMD.mk # YACASL2DIR, CASL2 +CASL2FLAG = -M640 +ASDIR = $(YACASL2DIR)/as/FUNC +ASFILE = $(ASDIR)/mula_call.casl $(ASDIR)/mula2.casl $(ASDIR)/mull1.casl $(ASDIR)/outa.casl +COMET2FLAG = -M640 +CMD = $(COMET2) $(COMET2FLAG) $(OBJFILE) +include ../TEST.mk