diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-24 12:48:11 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-24 12:48:11 -0400 |
commit | 07fcc3a08af552bd40d4bd5103d4668662acdaf4 (patch) | |
tree | 60894a826aa068227fa85ba108c7d8a5c46ed3b4 /test/PyUnitTests.py | |
parent | 68d41d7dc0781fed86d9c53ebe184154ce72664d (diff) | |
download | fork-ledger-07fcc3a08af552bd40d4bd5103d4668662acdaf4.tar.gz fork-ledger-07fcc3a08af552bd40d4bd5103d4668662acdaf4.tar.bz2 fork-ledger-07fcc3a08af552bd40d4bd5103d4668662acdaf4.zip |
Build Python module using automake, not setup.py
Diffstat (limited to 'test/PyUnitTests.py')
-rwxr-xr-x | test/PyUnitTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PyUnitTests.py b/test/PyUnitTests.py index acae7781..a77d99ad 100755 --- a/test/PyUnitTests.py +++ b/test/PyUnitTests.py @@ -1,6 +1,6 @@ #!/bin/sh -PYTHONPATH="%builddir%":"%srcdir%":$PYTHONPATH \ +PYTHONPATH="%builddir%/.libs":$PYTHONPATH \ LD_LIBRARY_PATH="%builddir%/.libs":$LD_LIBRARY_PATH \ DYLD_LIBRARY_PATH="%builddir%/.libs":$DYLD_LIBRARY_PATH \ %python% "%builddir%"/test/python/UnitTests.py |