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=0000000000000000000000000000000000000000;hb=955b8eab6e12f9d9704d7f9bd1f12613a57a6ca0;hp=5f8544b9164cc43dbcdbbbc4dc3e57ba879c039f;hpb=4fe8479d27f535a0ff44c9f6ce270249934e980f;p=YACASL2.git diff --git a/test/integration/casl2/count_call/Makefile b/test/integration/casl2/count_call/Makefile deleted file mode 100644 index 5f8544b..0000000 --- a/test/integration/casl2/count_call/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -include ../CMD.mk # YACASL2DIR, CASL2 -ASDIR = $(YACASL2DIR)/as/FUNC -ASFILE = $(ASDIR)/count1_call.casl $(ASDIR)/count1.casl $(ASDIR)/outa.casl -CMD = $(CASL2) $(ASFILE) -include ../TEST.mk