diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-02 04:00:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-02 04:00:15 +0000 |
commit | 14c65d07e71d79d29c638e0584d527299535d193 (patch) | |
tree | c854ec9e97e8ed1ad00714e35492b1e94904672d /nptl | |
parent | a9448c548d457ab82445571344475f815f9f0aec (diff) | |
download | glibc-14c65d07e71d79d29c638e0584d527299535d193.tar glibc-14c65d07e71d79d29c638e0584d527299535d193.tar.gz glibc-14c65d07e71d79d29c638e0584d527299535d193.tar.bz2 glibc-14c65d07e71d79d29c638e0584d527299535d193.zip |
(tests): Add tst-tsd4.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 96320cf686..672e88a5ae 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 \ |