From: Ulrich Drepper Date: Wed, 2 Apr 2003 04:00:15 +0000 (+0000) Subject: (tests): Add tst-tsd4. X-Git-Tag: cvs/glibc-2_3_3~979 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=14c65d07e71d79d29c638e0584d527299535d193;p=glibc.git (tests): Add tst-tsd4. --- 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 \