diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-09-18 14:59:38 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-09-18 14:59:38 +0300 |
commit | f77a86185dc4cef5e9f26dc93ee94acab37fdd23 (patch) | |
tree | aaa5b75c5bd851e8621a8b5502ca82567abe961a /test/Makefile.am | |
parent | 2b7501cc7c765b22c893409b4087b31fdbd9ac14 (diff) | |
parent | e982b94885a2c9136fe37322d8b96346837f9389 (diff) | |
download | egawk-f77a86185dc4cef5e9f26dc93ee94acab37fdd23.tar.gz egawk-f77a86185dc4cef5e9f26dc93ee94acab37fdd23.tar.bz2 egawk-f77a86185dc4cef5e9f26dc93ee94acab37fdd23.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 68fd709f..db842fb4 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -302,6 +302,9 @@ EXTRA_DIST = \ fpat3.ok \ fpat4.awk \ fpat4.ok \ + fpat5.awk \ + fpat5.in \ + fpat5.ok \ fpatnull.awk \ fpatnull.in \ fpatnull.ok \ @@ -1103,7 +1106,7 @@ GAWK_EXT_TESTS = \ backw badargs beginfile1 beginfile2 binmode1 charasbytes \ colonwarn clos1way crlf dbugeval dbugeval2 dbugtypedre1 dbugtypedre2 delsub \ devfd devfd1 devfd2 dumpvars errno exit \ - fieldwdth fpat1 fpat2 fpat3 fpat4 fpatnull fsfwfs funlen \ + fieldwdth fpat1 fpat2 fpat3 fpat4 fpat5 fpatnull fsfwfs funlen \ functab1 functab2 functab3 fwtest fwtest2 fwtest3 \ genpot gensub gensub2 getlndir gnuops2 gnuops3 gnureops gsubind \ icasefs icasers id igncdym igncfs ignrcas2 ignrcase \ |