summaryrefslogtreecommitdiffstats
path: root/test/dlopen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/dlopen/Makefile')
-rw-r--r--test/dlopen/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/dlopen/Makefile b/test/dlopen/Makefile
index bfe4ec8ba..8f1b8330b 100644
--- a/test/dlopen/Makefile
+++ b/test/dlopen/Makefile
@@ -4,7 +4,7 @@
# rules need a little love to work with glibc ...
export UCLIBC_ONLY := 1
-TESTS := dltest dltest2 test1 test2 test3
+TESTS := dltest dltest2 test1 test2 test3 dladdr
ifeq ($(UCLIBC_STATIC),y)
TESTS_DISABLED := test3
@@ -21,6 +21,7 @@ LDFLAGS_dltest2 := -ldl -lpthread
LDFLAGS_test1 := -ldl
LDFLAGS_test2 := -ldl
LDFLAGS_test3 := -ldl ./libtest1.so ./libtest2.so -Wl,-rpath,.
+LDFLAGS_dladdr := -ldl
DEBUG_LIBS := X
WRAPPER := env $(DEBUG_LIBS)=all LD_LIBRARY_PATH="$$PWD:.:$(LD_LIBRARY_PATH)"