diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-09 17:00:39 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-09 17:00:44 +0000 |
commit | 71d52ac4d65435791d8fa9f52abab7107ef7f7e8 (patch) | |
tree | 3166281a996db9450cc47a1b35a2fb54bc92f988 /nptl/Makefile | |
parent | 900778283ac3cfbd274abc55840b5cdae9b7745f (diff) | |
download | glibc-71d52ac4d65435791d8fa9f52abab7107ef7f7e8.tar.gz glibc-71d52ac4d65435791d8fa9f52abab7107ef7f7e8.tar.xz glibc-71d52ac4d65435791d8fa9f52abab7107ef7f7e8.zip |
pthread: Move spin 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 812d01a4e1..baa6c66778 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -240,7 +240,6 @@ tests = tst-attr1 tst-attr2 tst-attr3 tst-default-attr \ tst-mutex7robust tst-mutexpi1 tst-mutexpi2 tst-mutexpi3 tst-mutexpi4 \ tst-mutexpi5 tst-mutexpi5a tst-mutexpi6 tst-mutexpi7 tst-mutexpi7a \ tst-mutexpi9 \ - tst-spin1 tst-spin2 tst-spin3 tst-spin4 \ tst-cond1 tst-cond2 tst-cond3 tst-cond4 tst-cond5 tst-cond6 tst-cond7 \ tst-cond8 tst-cond9 tst-cond10 tst-cond11 tst-cond12 tst-cond13 \ tst-cond14 tst-cond15 tst-cond16 tst-cond17 tst-cond18 tst-cond19 \ |