diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-11-19 17:28:31 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-11-19 17:28:31 -0800 |
commit | cbd463e2cfc94d8cf74d17f17a9c572c272b9376 (patch) | |
tree | 617a6e53901f6549fc8ff61fc6d3ad2733063af4 /nptl/Makefile | |
parent | a39208bd7fb76c1b01c127b4c61f9bfd915bfe7c (diff) | |
download | glibc-cbd463e2cfc94d8cf74d17f17a9c572c272b9376.tar.gz glibc-cbd463e2cfc94d8cf74d17f17a9c572c272b9376.tar.xz glibc-cbd463e2cfc94d8cf74d17f17a9c572c272b9376.zip |
Test that pthread_create diagnoses invalid scheduling parameters.
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 157fe62e02..86a1b0cf10 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -270,7 +270,8 @@ tests = tst-typesizes \ tst-vfork1 tst-vfork2 tst-vfork1x tst-vfork2x \ tst-getpid1 tst-getpid2 tst-getpid3 \ tst-setuid3 \ - tst-initializers1 $(patsubst %,tst-initializers1-%,c89 gnu89 c99 gnu99) + tst-initializers1 $(addprefix tst-initializers1-,c89 gnu89 c99 gnu99) \ + tst-bad-schedattr xtests = tst-setuid1 tst-setuid1-static tst-setuid2 \ tst-mutexpp1 tst-mutexpp6 tst-mutexpp10 test-srcs = tst-oddstacklimit |