diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-06-01 17:06:21 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-06-01 17:38:31 +0000 |
commit | a3e589d1f68d43d4c3f67d59497862875c2d5afc (patch) | |
tree | 4a2b414acc5e9d4a386f979f3fc8114d7738cd91 /nptl/Makefile | |
parent | 347885928184a5605111bcbc3513b3d28d2daed4 (diff) | |
download | glibc-a3e589d1f68d43d4c3f67d59497862875c2d5afc.tar glibc-a3e589d1f68d43d4c3f67d59497862875c2d5afc.tar.gz glibc-a3e589d1f68d43d4c3f67d59497862875c2d5afc.tar.bz2 glibc-a3e589d1f68d43d4c3f67d59497862875c2d5afc.zip |
htl: Enable more cond tests
* nptl/Makefile (tests): Move tst-cond11 and tst-cond27 to...
* sysdeps/pthread/Makefile (tests): ... here.
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 0d07d6cccb..a13b1c3308 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -263,7 +263,7 @@ tests = tst-attr2 tst-attr3 tst-default-attr \ tst-mutexpi1 tst-mutexpi2 tst-mutexpi3 tst-mutexpi4 \ tst-mutexpi5 tst-mutexpi5a tst-mutexpi6 tst-mutexpi7 tst-mutexpi7a \ tst-mutexpi9 \ - tst-cond11 tst-cond20 tst-cond21 tst-cond22 tst-cond26 tst-cond27 \ + tst-cond20 tst-cond21 tst-cond22 tst-cond26 \ tst-robustpi1 tst-robustpi2 tst-robustpi3 tst-robustpi4 tst-robustpi5 \ tst-robustpi6 tst-robustpi7 tst-robustpi9 \ tst-rwlock2 tst-rwlock2a tst-rwlock2b tst-rwlock3 \ |