about summary refs log tree commit diff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-09 17:30:30 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-09 17:30:30 +0000
commit44a41fc2536f86f95fa7df36a2285101bb4157a3 (patch)
tree8bdb46b949f620f6de7ca469887e1eaede470386 /nptl/Makefile
parent34f168fb82b992edd3549222486704ee3dd9d1de (diff)
downloadglibc-44a41fc2536f86f95fa7df36a2285101bb4157a3.tar.gz
glibc-44a41fc2536f86f95fa7df36a2285101bb4157a3.tar.xz
glibc-44a41fc2536f86f95fa7df36a2285101bb4157a3.zip
pthread: Move some attr tests from nptl to sysdeps/pthread
So they can be checked with htl too.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 774cf0a754..51a0be008b 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -234,7 +234,7 @@ LDLIBS-tst-thread-exit-clobber = -lstdc++
 CFLAGS-tst-minstack-throw.o = -std=gnu++11
 LDLIBS-tst-minstack-throw = -lstdc++
 
-tests = tst-attr1 tst-attr2 tst-attr3 tst-default-attr \
+tests = tst-attr2 tst-attr3 tst-default-attr \
 	tst-mutex5 tst-mutex7 tst-mutex9 tst-mutex11 tst-mutex5a tst-mutex7a \
 	tst-mutex7robust tst-mutexpi1 tst-mutexpi2 tst-mutexpi3 tst-mutexpi4 \
 	tst-mutexpi5 tst-mutexpi5a tst-mutexpi6 tst-mutexpi7 tst-mutexpi7a \