diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-01-27 06:53:19 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-01-27 06:53:20 +0100 |
commit | faf0e9c84119742dd9ebb79060faa22c52ae80a1 (patch) | |
tree | aaf2df0e207bde2a4dfe6c9623e013364642a076 /nptl/Makefile | |
parent | 5653ab12b4ae15b32d41de7c56b2a4626cd0437a (diff) | |
download | glibc-faf0e9c84119742dd9ebb79060faa22c52ae80a1.zip glibc-faf0e9c84119742dd9ebb79060faa22c52ae80a1.tar.gz glibc-faf0e9c84119742dd9ebb79060faa22c52ae80a1.tar.bz2 |
nptl: Add tst-robust-fork
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index dcb5953..2d38316 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -295,7 +295,8 @@ tests = tst-typesizes \ tst-initializers1 $(addprefix tst-initializers1-,\ c89 gnu89 c99 gnu99 c11 gnu11) \ tst-bad-schedattr \ - tst-thread_local1 tst-mutex-errorcheck tst-robust10 + tst-thread_local1 tst-mutex-errorcheck tst-robust10 \ + tst-robust-fork xtests = tst-setuid1 tst-setuid1-static tst-setuid2 \ tst-mutexpp1 tst-mutexpp6 tst-mutexpp10 test-srcs = tst-oddstacklimit |