From 0dd13c463d87bad8cfd95922740484fcce0e34ea Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 11 Mar 2012 16:30:22 -0700 Subject: 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 Co-authored-by: James Wendt --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/Makefile.am') 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 \ -- cgit v1.2.3-54-g00ecf