diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-05 04:58:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-05 04:58:18 +0000 |
commit | b74121ae4bc5fcedd4872353dac3af07b5e7eb0f (patch) | |
tree | 4465db85402528725bde66a4a6cfa3e33acfd3ce /nptl/Makefile | |
parent | f0f9eb6ca3a08085f2e4db747f44afa6afed8969 (diff) | |
download | glibc-b74121ae4bc5fcedd4872353dac3af07b5e7eb0f.tar glibc-b74121ae4bc5fcedd4872353dac3af07b5e7eb0f.tar.gz glibc-b74121ae4bc5fcedd4872353dac3af07b5e7eb0f.tar.bz2 glibc-b74121ae4bc5fcedd4872353dac3af07b5e7eb0f.zip |
Update.
* Makefile (tests): Add tst-cancel7.
(tst-cancel7-ARGS): New variable.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index a2d7abb629..f181b4e8d9 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -135,7 +135,7 @@ tests = tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex5 tst-mutex6 \ tst-fork1 tst-fork2 tst-fork3 \ tst-atfork1 \ tst-cancel1 tst-cancel2 tst-cancel3 tst-cancel4 tst-cancel5 \ - tst-cancel6 \ + tst-cancel6 tst-cancel7 \ tst-cleanup1 \ tst-flock1 tst-flock2 \ tst-signal1 tst-signal2 tst-signal3 \ @@ -205,6 +205,8 @@ $(inst_libdir)/libpthread_nonshared.a: $(objpfx)libpthread_nonshared.a CFLAGS-tst-unload.c += -DPREFIX=\"$(objpfx)\" +tst-cancel7-ARGS = --command "$(built-program-cmd)" + extra-B-pthread.so = -B$(common-objpfx)nptl/ $(objpfx)libpthread.so: $(objpfx)crti.o $(objpfx)libpthread.so: +preinit += $(objpfx)crti.o |