summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-11-23 14:50:48 +0100
committerJens Georg <mail@jensge.org>2012-11-23 14:51:24 +0100
commit4f0de3b51cdaa4a062576e2aa45f5e1c990da440 (patch)
tree3ee2893e301e0c10cd3b95db7e52c4eab82245cd /tests
parent71624fbb7be2266298e33a45028ce0b5c1a54bd0 (diff)
downloadgupnp-igd-4f0de3b51cdaa4a062576e2aa45f5e1c990da440.tar.gz
Append environment's LD_LIBRARY_PATH if set
Fixes running tests in make check.
Diffstat (limited to 'tests')
-rw-r--r--tests/gtest/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gtest/Makefile.am b/tests/gtest/Makefile.am
index 792df8d..5555b41 100644
--- a/tests/gtest/Makefile.am
+++ b/tests/gtest/Makefile.am
@@ -3,7 +3,7 @@ if HAVE_GTEST
TESTS_ENVIRONMENT = XML_PATH=$(srcdir) \
G_SLICE=debug-blocks \
- LD_LIBRARY_PATH=$(top_builddir)/libgupnp-igd/.libs
+ LD_LIBRARY_PATH=$(top_builddir)/libgupnp-igd/.libs:$(LD_LIBRARY_PATH)
TESTS = $(check_PROGRAMS)