about summary refs log tree commit diff
path: root/sysdeps/pthread/Makefile
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-09 17:00:39 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-02-09 17:00:44 +0000
commit71d52ac4d65435791d8fa9f52abab7107ef7f7e8 (patch)
tree3166281a996db9450cc47a1b35a2fb54bc92f988 /sysdeps/pthread/Makefile
parent900778283ac3cfbd274abc55840b5cdae9b7745f (diff)
downloadglibc-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 'sysdeps/pthread/Makefile')
-rw-r--r--sysdeps/pthread/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile
index db4d573070..6b66031706 100644
--- a/sysdeps/pthread/Makefile
+++ b/sysdeps/pthread/Makefile
@@ -44,5 +44,6 @@ tests += tst-cnd-basic tst-mtx-trylock tst-cnd-broadcast \
 	 tst-mtx-recursive tst-tss-basic tst-call-once tst-mtx-timedlock \
 	 tst-basic1 tst-basic2 tst-basic3 tst-basic4 tst-basic5 tst-basic6 \
 	 tst-basic7 \
+	 tst-spin1 tst-spin2 tst-spin3 tst-spin4 \
 
 endif