X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fintegration%2Fcomet2%2Fmull0_call%2FMakefile;fp=test%2Fintegration%2Fcomet2%2Fmull0_call%2FMakefile;h=265a336383399e919f0803e879d843e109f639b9;hb=350188e12a316928e5b2d8473f580528b2780d8b;hp=0000000000000000000000000000000000000000;hpb=faec695d5b7ecf7dd3e4a07ac926ea93ca89020b;p=YACASL2.git diff --git a/test/integration/comet2/mull0_call/Makefile b/test/integration/comet2/mull0_call/Makefile new file mode 100644 index 0000000..265a336 --- /dev/null +++ b/test/integration/comet2/mull0_call/Makefile @@ -0,0 +1,4 @@ +include ../CMD.mk # YACASL2DIR, CASL2 +ASDIR = $(YACASL2DIR)/as/FUNC +ASFILE = $(ASDIR)/mull_call.casl $(ASDIR)/mull0.casl $(ASDIR)/outl.casl +include ../TEST.mk