From 643f666468d3e378cc0b39e501c253e33c267f0f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 11 May 2007 09:12:17 +0000 Subject: Set DYLD_LIBRARY_PATH to find locally built dynamic libraries. --- tests/python/PyUnitTests.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3