summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-11 09:12:17 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:48 -0400
commit643f666468d3e378cc0b39e501c253e33c267f0f (patch)
tree3621259f6323462890117f12e29044618646ded2
parent22702c237cdcc2f6b1c0b21548022ff542a87f73 (diff)
downloadfork-ledger-643f666468d3e378cc0b39e501c253e33c267f0f.tar.gz
fork-ledger-643f666468d3e378cc0b39e501c253e33c267f0f.tar.bz2
fork-ledger-643f666468d3e378cc0b39e501c253e33c267f0f.zip
Set DYLD_LIBRARY_PATH to find locally built dynamic libraries.
-rwxr-xr-xtests/python/PyUnitTests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/python/PyUnitTests.py b/tests/python/PyUnitTests.py
index 71267798..3c19093f 100755
--- a/tests/python/PyUnitTests.py
+++ b/tests/python/PyUnitTests.py
@@ -1,4 +1,5 @@
#!/bin/sh
PYTHONPATH="%builddir%":"%srcdir%":$PYTHONPATH \
+DYLD_LIBRARY_PATH="%builddir%/.libs":"%builddir%/gdtoa/.libs":$DYLD_LIBRARY_PATH \
python "%srcdir%"/tests/python/UnitTests.py