diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-09-06 05:44:57 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-09-06 11:50:21 -0700 |
commit | f5fce0629a6a75e2e5969a87b01c37e8c45c1f4d (patch) | |
tree | 6150e9689cfd88f301aaabe9f2eb9408819390ef /nptl/Makefile | |
parent | a5055ad15a4cb063627653d0a2109f66ead63c33 (diff) | |
download | glibc-f5fce0629a6a75e2e5969a87b01c37e8c45c1f4d.tar glibc-f5fce0629a6a75e2e5969a87b01c37e8c45c1f4d.tar.gz glibc-f5fce0629a6a75e2e5969a87b01c37e8c45c1f4d.tar.bz2 glibc-f5fce0629a6a75e2e5969a87b01c37e8c45c1f4d.zip |
Add tst-cancel21-static.c
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 614f0ceea9..ad7ac05ef4 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -348,8 +348,9 @@ CFLAGS-funlockfile.c = $(libio-mtsafe) link-libc-static := $(common-objpfx)libc.a $(static-gnulib) \ $(common-objpfx)libc.a -tests-static += tst-locale1 tst-locale2 tst-stackguard1-static -tests += tst-stackguard1-static +tests-static += tst-locale1 tst-locale2 tst-stackguard1-static \ + tst-cancel21-static +tests += tst-stackguard1-static tst-cancel21-static xtests-static += tst-setuid1-static # These tests are linked with libc before libpthread |