summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2008-05-21 11:32:04 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2008-05-21 11:32:04 +0000
commit6a32466723a9a9feb9a6dc72e3e06ac5da84e700 (patch)
treeb61e5c12e3bdd6f451f8d58890625dbf8b6095ad /test
parente02df568e47a7f664548936e0970f016b409818c (diff)
downloadapr-6a32466723a9a9feb9a6dc72e3e06ac5da84e700.tar.gz
Add APR_DSOPATH for walking library path locations
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@658631 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index b3710742c..7e6ff6e35 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -159,6 +159,8 @@ tryread@EXEEXT@: $(OBJECTS_tryread)
$(LINK_PROG) $(OBJECTS_tryread) $(ALL_LIBS)
check: $(TESTALL_COMPONENTS) $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE)
+ @shlibpath_var@=../.libs:$$(@shlibpath_var@);\
+ export @shlibpath_var@
teststatus=0; \
progfailed=""; \
for prog in $(STDTEST_PORTABLE) $(STDTEST_NONPORTABLE); do \