X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fintegration%2Fcasl2%2Fcount_call%2FMakefile;fp=test%2Fintegration%2Fcasl2%2Fcount_call%2FMakefile;h=62ee597f4b52a67486175729d5f8574120141ba1;hb=350188e12a316928e5b2d8473f580528b2780d8b;hp=0000000000000000000000000000000000000000;hpb=faec695d5b7ecf7dd3e4a07ac926ea93ca89020b;p=YACASL2.git diff --git a/test/integration/casl2/count_call/Makefile b/test/integration/casl2/count_call/Makefile new file mode 100644 index 0000000..62ee597 --- /dev/null +++ b/test/integration/casl2/count_call/Makefile @@ -0,0 +1,6 @@ +include ../CMD.mk # YACASL2DIR, CASL2 +CASL2FLAG = -sla +ASDIR = $(YACASL2DIR)/as/FUNC +ASFILE = $(ASDIR)/count1_call.casl $(ASDIR)/count1.casl $(ASDIR)/outa.casl +CMD = $(CASL2) $(CASL2FLAG) $(ASFILE) $(IN) +include ../TEST.mk