diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-09 16:12:35 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-09 16:12:53 +0000 |
commit | cca76b6db216805267212ab03c8691e8e6960338 (patch) | |
tree | 3a668a36d36fc7d3fa309656f0131e9ed53ea4cc /nptl/Makefile | |
parent | 19a64d9f6eda12cd4b802aac470c645d208a1216 (diff) | |
download | glibc-cca76b6db216805267212ab03c8691e8e6960338.tar.gz glibc-cca76b6db216805267212ab03c8691e8e6960338.tar.xz glibc-cca76b6db216805267212ab03c8691e8e6960338.zip |
pthread: Move basic tests from nptl to sysdeps/pthread
So they can be checked with htl too.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index f762ea26a3..812d01a4e1 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -262,8 +262,6 @@ tests = tst-attr1 tst-attr2 tst-attr3 tst-default-attr \ tst-sem15 tst-sem16 tst-sem17 \ tst-barrier1 tst-barrier2 tst-barrier3 tst-barrier4 \ tst-align tst-align3 \ - tst-basic1 tst-basic2 tst-basic3 tst-basic4 tst-basic5 tst-basic6 \ - tst-basic7 \ tst-kill1 tst-kill2 tst-kill3 tst-kill4 tst-kill5 tst-kill6 \ tst-raise1 \ tst-join1 tst-join2 tst-join3 tst-join4 tst-join5 tst-join6 tst-join7 \ |