aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-02 04:00:15 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-02 04:00:15 +0000
commit14c65d07e71d79d29c638e0584d527299535d193 (patch)
treec854ec9e97e8ed1ad00714e35492b1e94904672d /nptl
parenta9448c548d457ab82445571344475f815f9f0aec (diff)
downloadglibc-14c65d07e71d79d29c638e0584d527299535d193.zip
glibc-14c65d07e71d79d29c638e0584d527299535d193.tar.gz
glibc-14c65d07e71d79d29c638e0584d527299535d193.tar.bz2
(tests): Add tst-tsd4.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 96320cf..672e88a 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -145,7 +145,7 @@ tests = tst-attr1 tst-attr2 \
tst-kill1 tst-kill2 tst-kill3 tst-kill4 tst-kill5 tst-kill6 \
tst-join1 tst-join2 tst-join3 tst-join4 tst-join5 \
tst-eintr1 \
- tst-tsd1 tst-tsd2 tst-tsd3 \
+ tst-tsd1 tst-tsd2 tst-tsd3 tst-tsd4 \
tst-tls1 tst-tls2 \
tst-fork1 tst-fork2 tst-fork3 tst-fork4 \
tst-atfork1 \