summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorPaul Eggert <eggert@CS.UCLA.EDU>2009-03-09 14:56:13 -0700
committerJim Meyering <meyering@redhat.com>2009-03-18 21:44:45 +0100
commitf31ea18146a686d1ce838a9b6e6785cbfae35bbf (patch)
treef8f090648dc3252c167180368169bf4b4917589f /tests/Makefile.am
parent8f7fae59727e0a050a4833705a6f7849ba2c4531 (diff)
downloadcoreutils-f31ea18146a686d1ce838a9b6e6785cbfae35bbf.tar.xz
tests: add another sort/nmerge test
* tests/Makefile.am (TESTS): Add sort-merge-fdlimit. * tests/misc/sort-merge-fdlimit: New file. * doc/coreutils.texi (sort invocation): Document that we now silently lower nmerge if necessary. Patch by Paul Eggert, Nima Nikzad, Max Chang, Alexander Nguyen, Sahil Amoli, and Nick Graham.
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 2fb01c461..3a15a8781 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -204,6 +204,7 @@ TESTS = \
misc/sort-continue \
misc/sort-files0-from \
misc/sort-merge \
+ misc/sort-merge-fdlimit \
misc/sort-rand \
misc/sort-version \
misc/split-a \