X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=as%2Fmisc%2Fiotest%2FMakefile;fp=as%2Fmisc%2Fiotest%2FMakefile;h=3aa55d8df5ee405ed110c57637e11fe01b37a065;hp=0000000000000000000000000000000000000000;hb=05965ee87822b44616998d347d8f91fbf550eb2e;hpb=e53b9aa2cd0e67ff64c52fa1b83e16c048283dbd diff --git a/as/misc/iotest/Makefile b/as/misc/iotest/Makefile new file mode 100644 index 0000000..3aa55d8 --- /dev/null +++ b/as/misc/iotest/Makefile @@ -0,0 +1,6 @@ +include ../CMD.mk # YACASL2DIR, CASL2 +ASDIR = $(YACASL2DIR)/as/FUNC +ASFILE = $(ASDIR)/iotest.casl +IN = teststr.txt +CMD = $(CASL2) $(ASFILE) <$(IN) +include ../TEST.mk