Add tst-cancel21-static.c

This commit is contained in:
H.J. Lu 2012-09-06 05:44:57 -07:00
parent a5055ad15a
commit f5fce0629a
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2012-09-06 H.J. Lu <hongjiu.lu@intel.com>
[BZ #14545]
* Makefile (tests-static): Add tst-cancel21-static.
(tests): Likewise.
* tst-cancel21-static.c: New file.
2012-09-01 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/pthread_getcpuclockid.c

View File

@ -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

View File

@ -0,0 +1 @@
#include "tst-cancel21.c"