summaryrefslogtreecommitdiff
path: root/test/PyUnitTests.py
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-31 21:01:19 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-31 21:01:19 -0400
commit855ac383d8b0bfc6de294f6c33516bb77138163e (patch)
tree4583d846dd9339a7a92b119bd44a3553995d1041 /test/PyUnitTests.py
parent78e1ac62cb184e76adadd5462f8bd46573d1b9dc (diff)
downloadfork-ledger-855ac383d8b0bfc6de294f6c33516bb77138163e.tar.gz
fork-ledger-855ac383d8b0bfc6de294f6c33516bb77138163e.tar.bz2
fork-ledger-855ac383d8b0bfc6de294f6c33516bb77138163e.zip
Set LD_LIBRARY_PATH in addition to DYLD_LIBRARY_PATH.
Diffstat (limited to 'test/PyUnitTests.py')
-rwxr-xr-xtest/PyUnitTests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/PyUnitTests.py b/test/PyUnitTests.py
index 05dac4b4..41054faf 100755
--- a/test/PyUnitTests.py
+++ b/test/PyUnitTests.py
@@ -1,5 +1,6 @@
#!/bin/sh
PYTHONPATH="%builddir%":"%srcdir%":$PYTHONPATH \
+LD_LIBRARY_PATH="%builddir%/.libs":$LD_LIBRARY_PATH \
DYLD_LIBRARY_PATH="%builddir%/.libs":$DYLD_LIBRARY_PATH \
%python% "%srcdir%"/test/UnitTests.py