Run tst-tls9-static again.
authorUlrich Drepper <drepper@redhat.com>
Thu, 24 Feb 2005 02:56:13 +0000 (02:56 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 24 Feb 2005 02:56:13 +0000 (02:56 +0000)
elf/Makefile

index e7c16f4..8a8bb3a 100644 (file)
@@ -138,6 +138,11 @@ tests += tst-array1 tst-array2 tst-array3 tst-array4
 endif
 ifeq (yes,$(build-static))
 tests-static = tst-tls1-static tst-tls2-static
+ifeq (yesyesyes,$(build-static)$(build-shared)$(elf))
+tests-static += tst-tls9-static
+tst-tls9-static-ENV = \
+       LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)dlfcn
+endif
 ifeq (yes,$(have-initfini-array))
 tests-static += tst-array1-static
 endif