summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2020-09-21 13:06:15 -0700
committerJim Meyering <meyering@fb.com>2020-09-22 08:46:26 -0700
commit4a9ad19352a014938b54203f8ec4c7e1e48c104f (patch)
tree42301daaaf4ae997baa4d0fe8edf9bb20ab00632 /tests/Makefile.am
parentae65513edc80a1b65f19264b9bed95d870602967 (diff)
downloadgrep-4a9ad19352a014938b54203f8ec4c7e1e48c104f.tar.gz
tests: test for many-regexp N^2 RSS regression
* tests/many-regex-performance: New test for this performance regression. * tests/Makefile.am: Add it. * NEWS (Bug fixes): Describe it.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9d49e40c..83e7087f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -120,6 +120,7 @@ TESTS = \
kwset-abuse \
long-line-vs-2GiB-read \
long-pattern-perf \
+ many-regex-performance \
match-lines \
max-count-overread \
max-count-vs-context \