summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-03-11 16:30:22 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-03-13 23:23:07 -0700
commit0dd13c463d87bad8cfd95922740484fcce0e34ea (patch)
tree783235909d975bf9961f89ea049e3273465d7a73 /tests/Makefile.am
parent57c929da8bbc297249dadc560e8e3a569b0d685d (diff)
downloadcoreutils-0dd13c463d87bad8cfd95922740484fcce0e34ea.tar.xz
tests: new discriminator-based test for sort -n and -h
* tests/Makefile.am (TESTS): Add misc/sort-discrim. * tests/misc/sort-discrim: New file, which tests a discriminator-based implementation of 'sort'. Coreutils doesn't use this implementation yet, but the test is useful anyway. Co-authored-by: Drew Kutilek <dkutilek@ucla.edu> Co-authored-by: James Wendt <jwendt@cs.ucla.edu>
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 d7a183737..c25d4e8bb 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -240,6 +240,7 @@ TESTS = \
misc/sort-continue \
misc/sort-debug-keys \
misc/sort-debug-warn \
+ misc/sort-discrim \
misc/sort-files0-from \
misc/sort-float \
misc/sort-merge \