diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-09 22:27:09 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-10 01:03:54 +0000 |
commit | 819bb5e660bc18fe8b39c5ffd4b9b37f6e69f4cb (patch) | |
tree | 14509013d3f876031d42fa24fbd691d19f39cfc8 /nptl/Makefile | |
parent | 7e7182256a104da518018a0b4edfe51689487f42 (diff) | |
download | glibc-819bb5e660bc18fe8b39c5ffd4b9b37f6e69f4cb.zip glibc-819bb5e660bc18fe8b39c5ffd4b9b37f6e69f4cb.tar.gz glibc-819bb5e660bc18fe8b39c5ffd4b9b37f6e69f4cb.tar.bz2 |
pthread: Move key tests from nptl to sysdeps/pthread
So they can be checked with htl too.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 3ad3024..8e53ff6 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -249,7 +249,6 @@ tests = tst-attr2 tst-attr3 tst-default-attr \ tst-rwlock9 tst-rwlock10 tst-rwlock11 tst-rwlock12 \ tst-rwlock14 tst-rwlock15 tst-rwlock17 tst-rwlock18 \ tst-once5 \ - tst-key1 tst-key2 tst-key3 tst-key4 \ tst-sem1 tst-sem2 tst-sem3 tst-sem4 tst-sem5 tst-sem6 tst-sem7 \ tst-sem8 tst-sem9 tst-sem10 tst-sem14 \ tst-sem15 tst-sem16 tst-sem17 \ |