diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-21 20:29:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-21 20:29:49 +0000 |
commit | ab2d98e38e085f83fca961876dd6c0e176f52be1 (patch) | |
tree | e2ece083888dc49f6304f16aa913102bbd8484d4 /nptl/Makefile | |
parent | 6f50cb0027e20134991525fa43a9b95e7640c9ed (diff) | |
download | glibc-ab2d98e38e085f83fca961876dd6c0e176f52be1.tar.gz glibc-ab2d98e38e085f83fca961876dd6c0e176f52be1.tar.xz glibc-ab2d98e38e085f83fca961876dd6c0e176f52be1.zip |
Update.
2003-02-21 Ulrich Drepper <drepper@redhat.com> * Makefile (tests): Remove tst-basic7. Add tst-kill1, tst-kill2, tst-kill3, tst-kill4.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 7514010b1e..826c2ba109 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -138,7 +138,7 @@ tests = tst-attr1 tst-attr2 \ tst-sem1 tst-sem2 tst-sem3 tst-sem4 tst-sem5 \ tst-barrier1 tst-barrier2 tst-barrier3 \ tst-basic1 tst-basic2 tst-basic3 tst-basic4 tst-basic5 tst-basic6 \ - tst-basic7 \ + tst-kill1 tst-kill2 tst-kill3 tst-kill4 \ tst-join1 tst-join2 tst-join3 tst-join4 tst-join5 \ tst-tsd1 tst-tsd2 \ tst-fork1 tst-fork2 tst-fork3 \ |