diff options
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 |