summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2010-12-12 13:38:19 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2010-12-12 13:38:49 -0800
commitb212633c41870cd4b68b8522041b51429b1ba1bd (patch)
tree740ac01a36e076fc2a6badef80ac777928e895be /tests/Makefile.am
parent45ff91af2eeee4f84eff331cbbc5c1a3f4a84248 (diff)
downloadcoreutils-b212633c41870cd4b68b8522041b51429b1ba1bd.tar.xz
tests: test for access to stale thread memory
* tests/misc/sort-stale-thread-mem: New tests. * 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 b5730617e..f7a8af8ae 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -238,6 +238,7 @@ TESTS = \
misc/sort-month \
misc/sort-rand \
misc/sort-spinlock-abuse \
+ misc/sort-stale-thread-mem \
misc/sort-unique \
misc/sort-unique-segv \
misc/sort-version \