diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-10-05 10:23:58 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-10-05 10:23:58 -0700 |
commit | 1d1b34df90b1c20ed0c56162e31e912c5b931af2 (patch) | |
tree | 41b673fe797c831744c2eca070c6be43ca1fdbe4 /nptl/Makefile | |
parent | bb859b06ddb311005266c3576bc46b1fe751d8d3 (diff) | |
download | glibc-1d1b34df90b1c20ed0c56162e31e912c5b931af2.tar.gz glibc-1d1b34df90b1c20ed0c56162e31e912c5b931af2.tar.xz glibc-1d1b34df90b1c20ed0c56162e31e912c5b931af2.zip |
Add test cases for BZ #14557
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index f21276cd0b..67c262794f 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -351,8 +351,12 @@ link-libc-static := $(common-objpfx)libc.a $(static-gnulib) \ $(common-objpfx)libc.a tests-static += tst-locale1 tst-locale2 tst-stackguard1-static \ - tst-cancel21-static -tests += tst-stackguard1-static tst-cancel21-static + tst-cancel21-static tst-cancel24-static tst-cond8-static \ + tst-mutex8-static tst-mutexpi8-static tst-sem11-static \ + tst-sem12-static +tests += tst-stackguard1-static tst-cancel21-static tst-cancel24-static \ + tst-cond8-static tst-mutex8-static tst-mutexpi8-static \ + tst-sem11-static tst-sem12-static xtests-static += tst-setuid1-static # These tests are linked with libc before libpthread @@ -510,6 +514,7 @@ $(objpfx)tst-rwlock14: $(common-objpfx)rt/librt.a endif LDLIBS-tst-cancel24 = $(no-as-needed) -lstdc++ +LDLIBS-tst-cancel24-static = $(LDLIBS-tst-cancel24) extra-B-pthread.so = -B$(common-objpfx)nptl/ $(objpfx)libpthread.so: $(addprefix $(objpfx),$(crti-objs) $(crtn-objs)) |