diff options
author | Andreas Schwab <schwab@suse.de> | 2016-06-16 13:58:02 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2016-07-07 14:33:36 +0200 |
commit | eaee348ce71c34faa7a1122529aa9b9807a269c2 (patch) | |
tree | 720808c7e97d26bcb6d1f1e84f02c4c08f76f11b /nptl/Makefile | |
parent | d3016ce02c7ba85c1c619771bb1aa349038626cd (diff) | |
download | glibc-eaee348ce71c34faa7a1122529aa9b9807a269c2.tar.gz glibc-eaee348ce71c34faa7a1122529aa9b9807a269c2.tar.xz glibc-eaee348ce71c34faa7a1122529aa9b9807a269c2.zip |
Add test case for bug 20263
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 6322107c4d..0d8aadebed 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -290,7 +290,7 @@ tests = tst-typesizes \ tst-initializers1 $(addprefix tst-initializers1-,\ c89 gnu89 c99 gnu99 c11 gnu11) \ tst-bad-schedattr \ - tst-thread_local1 tst-mutex-errorcheck + tst-thread_local1 tst-mutex-errorcheck tst-robust10 xtests = tst-setuid1 tst-setuid1-static tst-setuid2 \ tst-mutexpp1 tst-mutexpp6 tst-mutexpp10 test-srcs = tst-oddstacklimit |