mirror of git://sourceware.org/git/glibc.git
elf/tests: Make thrlock and noload depend on libm
Both tests try to dlopen libm.so at runtime, so make them depend on it so that they're executed if libm.so has been updated. Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
parent
fc859c3048
commit
5ceb1630bd
|
@ -1281,6 +1281,8 @@ tst-leaks1-ENV = MALLOC_TRACE=$(objpfx)tst-leaks1.mtrace
|
|||
tst-leaks1-static-ENV = MALLOC_TRACE=$(objpfx)tst-leaks1-static.mtrace
|
||||
|
||||
$(objpfx)tst-thrlock: $(shared-thread-library)
|
||||
$(objpfx)tst-thrlock.out: $(libm)
|
||||
$(objpfx)tst-noload.out: $(libm)
|
||||
|
||||
tst-tst-dlopen-tlsmodid-no-pie = yes
|
||||
$(objpfx)tst-dlopen-tlsmodid: $(shared-thread-library)
|
||||
|
|
Loading…
Reference in New Issue