summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-04-17 18:49:22 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2009-04-20 14:56:30 -0400
commitd0279136fbe8e3fd450ebbb72bcc2038036f3a8e (patch)
tree5ad9eb5a841461c85bf7b0987b023d0ef33e7b19 /tests
parent44cbfcb2c782013b06bba62ccfd7c0aed5f62015 (diff)
downloadgupnp-igd-d0279136fbe8e3fd450ebbb72bcc2038036f3a8e.tar.gz
Add uninstalled lib to the LD_LIBRARY_PATH in for tests
Diffstat (limited to 'tests')
-rw-r--r--tests/gtest/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/gtest/Makefile.am b/tests/gtest/Makefile.am
index 5aa778e..8b2f5fb 100644
--- a/tests/gtest/Makefile.am
+++ b/tests/gtest/Makefile.am
@@ -1,7 +1,8 @@
if HAVE_GTEST
-TESTS_ENVIRONMENT = XML_PATH=$(srcdir)
+TESTS_ENVIRONMENT = XML_PATH=$(srcdir) \
+ LD_LIBRARY_PATH=$(top_builddir)/libgupnp-igd/.libs
TESTS = $(check_PROGRAMS)