X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=as%2Ffe_tests%2F2008_10%2FQ09%2Ftest_ptn2%2FMakefile;fp=as%2Ffe_tests%2F2008_10%2FQ09%2Ftest_ptn2%2FMakefile;h=2d72cacc1735010b081bc3e55b784d2b8cb7162d;hb=05965ee87822b44616998d347d8f91fbf550eb2e;hp=0000000000000000000000000000000000000000;hpb=e53b9aa2cd0e67ff64c52fa1b83e16c048283dbd;p=YACASL2.git diff --git a/as/fe_tests/2008_10/Q09/test_ptn2/Makefile b/as/fe_tests/2008_10/Q09/test_ptn2/Makefile new file mode 100644 index 0000000..2d72cac --- /dev/null +++ b/as/fe_tests/2008_10/Q09/test_ptn2/Makefile @@ -0,0 +1,6 @@ +YACASL2DIR= ../../../../.. +CASL2 = $(YACASL2DIR)/casl2 +CASL2LIBDIR = $(YACASL2DIR)/as/casl2lib +ASFILE = test_ptn2.casl ../ptn2.casl $(CASL2LIBDIR)/outb.casl +CMD = $(CASL2) $(ASFILE) +include $(YACASL2DIR)/test/TEST.mk