X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fintegration%2Fcasl2%2Ferr_104%2FMakefile;fp=test%2Fintegration%2Fcasl2%2Ferr_104%2FMakefile;h=472b5bada82800d559c6249c545eeec315ddb308;hb=5d1bc67b1389b89b86a98e9832b3600f8ceb26de;hp=0000000000000000000000000000000000000000;hpb=8734038470680c50615c8f71bd4934f44c5f39f6;p=YACASL2.git diff --git a/test/integration/casl2/err_104/Makefile b/test/integration/casl2/err_104/Makefile new file mode 100644 index 0000000..472b5ba --- /dev/null +++ b/test/integration/casl2/err_104/Makefile @@ -0,0 +1,6 @@ +include ../CMD.mk # YACASL2DIR, CASL2 +ASDIR = $(YACASL2DIR)/as +CASL2LIBDIR = $(YACASL2DIR)/as/casl2lib +ASFILE = $(YACASL2DIR)/as/err/err_104.casl +CMD = $(CASL2) $(CASL2FLAG) $(ASFILE) +include ../TEST.mk