nptl: move tst-x86-64-tls-1 to nptl-only tests

It is essentially nptl-only.
This commit is contained in:
Samuel Thibault 2023-05-01 12:59:12 +02:00
parent adca662202
commit 6d4f183495
3 changed files with 4 additions and 2 deletions

View file

@ -175,8 +175,6 @@ ifeq (no,$(build-hardcoded-path-in-tests))
tests-container += tst-glibc-hwcaps-cache
endif
tests-internal += tst-x86-64-tls-1
endif # $(subdir) == elf
ifeq ($(subdir),csu)

View file

@ -18,3 +18,7 @@
ifeq ($(subdir),csu)
gen-as-const-headers += tcb-offsets.sym
endif
ifeq ($(subdir),elf)
tests-internal += tst-x86-64-tls-1
endif