diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-09 17:30:30 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-02-09 17:30:30 +0000 |
commit | 44a41fc2536f86f95fa7df36a2285101bb4157a3 (patch) | |
tree | 8bdb46b949f620f6de7ca469887e1eaede470386 /sysdeps/pthread/Makefile | |
parent | 34f168fb82b992edd3549222486704ee3dd9d1de (diff) | |
download | glibc-44a41fc2536f86f95fa7df36a2285101bb4157a3.zip glibc-44a41fc2536f86f95fa7df36a2285101bb4157a3.tar.gz glibc-44a41fc2536f86f95fa7df36a2285101bb4157a3.tar.bz2 |
pthread: Move some attr tests from nptl to sysdeps/pthread
So they can be checked with htl too.
Diffstat (limited to 'sysdeps/pthread/Makefile')
-rw-r--r-- | sysdeps/pthread/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile index fb467d8..5117110 100644 --- a/sysdeps/pthread/Makefile +++ b/sysdeps/pthread/Makefile @@ -42,6 +42,7 @@ libpthread-routines += thrd_create thrd_detach thrd_exit thrd_join \ tests += tst-cnd-basic tst-mtx-trylock tst-cnd-broadcast \ tst-cnd-timedwait tst-thrd-detach tst-mtx-basic tst-thrd-sleep \ tst-mtx-recursive tst-tss-basic tst-call-once tst-mtx-timedlock \ + tst-attr1 \ tst-basic1 tst-basic2 tst-basic3 tst-basic4 tst-basic5 tst-basic6 \ tst-basic7 \ tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex6 tst-mutex10 \ |