aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorGuo Yixuan <culu.gyx@gmail.com>2014-05-29 21:53:16 -0700
committerDavid S. Miller <davem@davemloft.net>2014-06-03 16:10:48 -0700
commit196939fb0ede8b588019f7ff0779dffbfc35787d (patch)
tree5d7c27e478e004951a4a6b4441f4ee2e0c99800a /nptl/Makefile
parentb42eca7d39d7d263815a4457c318eb57ee2686a4 (diff)
downloadglibc-196939fb0ede8b588019f7ff0779dffbfc35787d.tar
glibc-196939fb0ede8b588019f7ff0779dffbfc35787d.tar.gz
glibc-196939fb0ede8b588019f7ff0779dffbfc35787d.tar.bz2
glibc-196939fb0ede8b588019f7ff0779dffbfc35787d.zip
New test for pthread_spin_lock (bug 16882)
* nptl/tst-spin4.c: New test. * nptl/Makefile (tests): Add tst-spin4.
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 7551406cfb..0bb6ab19c1 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -210,7 +210,7 @@ tests = tst-typesizes \
tst-mutexpi1 tst-mutexpi2 tst-mutexpi3 tst-mutexpi4 tst-mutexpi5 \
tst-mutexpi5a tst-mutexpi6 tst-mutexpi7 tst-mutexpi7a tst-mutexpi8 \
tst-mutexpi9 \
- tst-spin1 tst-spin2 tst-spin3 \
+ tst-spin1 tst-spin2 tst-spin3 tst-spin4 \
tst-cond1 tst-cond2 tst-cond3 tst-cond4 tst-cond5 tst-cond6 tst-cond7 \
tst-cond8 tst-cond9 tst-cond10 tst-cond11 tst-cond12 tst-cond13 \
tst-cond14 tst-cond15 tst-cond16 tst-cond17 tst-cond18 tst-cond19 \