summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-05-21 11:32:04 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2008-05-21 11:32:04 +0000
commit613de8f26e3d13ea62b1f6aa295ba67ee9abaa27 (patch)
treeb61e5c12e3bdd6f451f8d58890625dbf8b6095ad /test
parentad139cb47045b8c07f2b92a0d5f3eaebef2c54b8 (diff)
downloadlibapr-613de8f26e3d13ea62b1f6aa295ba67ee9abaa27.tar.gz
Add APR_DSOPATH for walking library path locations
git-svn-id: http://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 \