diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-06-20 20:39:13 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-06-20 20:39:13 +0300 |
commit | 9b304d53b807e4baaf128a6f15ec176fca4dba6f (patch) | |
tree | 5b8f56e6da3660a733189c5f9579908b085b7a01 /test/Makefile.am | |
parent | bcbe7799ffc4b051e52eaf8f7f19ff844d4c7d20 (diff) | |
download | egawk-9b304d53b807e4baaf128a6f15ec176fca4dba6f.tar.gz egawk-9b304d53b807e4baaf128a6f15ec176fca4dba6f.tar.bz2 egawk-9b304d53b807e4baaf128a6f15ec176fca4dba6f.zip |
Add fix for crash from grep, add test case.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index e3dbce04..9e66a8f1 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -167,6 +167,8 @@ EXTRA_DIST = \ devfd1.awk \ devfd1.ok \ devfd2.ok \ + dfastress.awk \ + dfastress.ok \ double1.awk \ double1.ok \ double2.awk \ @@ -760,9 +762,9 @@ BASIC_TESTS = \ aryprm8 arysubnm asgext awkpath back89 backgsub childin clobber \ closebad clsflnam compare compare2 concat1 concat2 concat3 \ concat4 convfmt datanonl defref delargv delarpm2 delarprm delfunc \ - dynlj eofsplit exitval1 exitval2 fcall_exit fcall_exit2 fldchg \ - fldchgnf fnamedat fnarray fnarray2 fnaryscl fnasgnm fnmisc fordel \ - forref forsimp fsbs fsrs fsspcoln fstabplus funsemnl funsmnam \ + dfastress dynlj eofsplit exitval1 exitval2 fcall_exit fcall_exit2 \ + fldchg fldchgnf fnamedat fnarray fnarray2 fnaryscl fnasgnm fnmisc \ + fordel forref forsimp fsbs fsrs fsspcoln fstabplus funsemnl funsmnam \ funstack getline getline2 getline3 getlnbuf getnr2tb getnr2tm \ gsubasgn gsubtest gsubtst2 gsubtst3 gsubtst4 gsubtst5 gsubtst6 \ hex hsprint inputred intest intprec iobug1 leaddig leadnl litoct \ |