summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-01-17 12:27:55 +0100
committerJim Meyering <meyering@redhat.com>2011-01-17 19:07:58 +0100
commit1f0653066c58707a210f52164e16bb5561640393 (patch)
treeb32a9cf86ed9b5689daf02956379263df2df6ee4 /tests/Makefile.am
parentaa9f02bc30c58ab3ec20d243b3cc7c24918bad37 (diff)
downloadcoreutils-1f0653066c58707a210f52164e16bb5561640393.tar.xz
tests: add a test for today's uniq bug
* tests/misc/uniq-perf: New file. * tests/Makefile.am (TESTS): Add 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 a5dbd3e05..1e4e3009f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -286,6 +286,7 @@ TESTS = \
misc/tty-eof \
misc/unexpand \
misc/uniq \
+ misc/uniq-perf \
misc/xattr \
tail-2/wait \
chmod/c-option \