X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=as%2Fapp%2Ftest%2Fcount1%2FMakefile;fp=as%2Fapp%2Ftest%2Fcount1%2FMakefile;h=52d7da496f2b0d5dacd516ee5b3ea6ffc7d0c713;hb=330f6a8723886b86e745e91ffc3479eda9159b8d;hp=0000000000000000000000000000000000000000;hpb=a0b34ca06b5e92ee139895159dbced007b276384;p=YACASL2.git diff --git a/as/app/test/count1/Makefile b/as/app/test/count1/Makefile new file mode 100644 index 0000000..52d7da4 --- /dev/null +++ b/as/app/test/count1/Makefile @@ -0,0 +1,7 @@ +YACASL2DIR= ../../../.. +CASL2 = $(YACASL2DIR)/casl2 +LIBDIR = $(YACASL2DIR)/as/casl2lib +APPDIR = $(YACASL2DIR)/as/app +ASFILE = count1.casl $(APPDIR)/count1.casl $(LIBDIR)/outa.casl +CMD = $(CASL2) $(ASFILE) +include $(YACASL2DIR)/test/TEST.mk