diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-24 03:50:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-24 03:50:46 +0000 |
commit | 5e47b76b5049f2449fc81e873bb87e6d06e3b2ef (patch) | |
tree | 89699d769f9b07de88538f6a8e3fcdd7adcf5195 /nptl/Makefile | |
parent | cdd8e46f88618b259ed26019a7761a3abd8a3e05 (diff) | |
download | glibc-5e47b76b5049f2449fc81e873bb87e6d06e3b2ef.tar.gz glibc-5e47b76b5049f2449fc81e873bb87e6d06e3b2ef.tar.xz glibc-5e47b76b5049f2449fc81e873bb87e6d06e3b2ef.zip |
Update.
* Makefile (tests): Add tst-tls1 and tst-tls2. * tst-tls1.c: New file. * tst-tls2.c: New file.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 95238bc71c..e924667b67 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -142,6 +142,7 @@ tests = tst-attr1 tst-attr2 \ tst-join1 tst-join2 tst-join3 tst-join4 tst-join5 \ tst-eintr1 \ tst-tsd1 tst-tsd2 \ + tst-tls1 tst-tls2 \ tst-fork1 tst-fork2 tst-fork3 \ tst-atfork1 \ tst-cancel1 tst-cancel2 tst-cancel3 tst-cancel4 tst-cancel5 \ |