diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-19 00:00:49 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:17 -0400 |
commit | 086ea40d9993f2ac86941a0462dabbd7f18d58f3 (patch) | |
tree | 9b905b976c620382f9cc048655254dc23588e365 /PyUnitTests.py | |
parent | ba2a54f3d22dacd69d8202fc9a7d32a2b40b1d1e (diff) | |
download | ledger-086ea40d9993f2ac86941a0462dabbd7f18d58f3.tar.gz ledger-086ea40d9993f2ac86941a0462dabbd7f18d58f3.tar.bz2 ledger-086ea40d9993f2ac86941a0462dabbd7f18d58f3.zip |
We now compile with boost_date_time (although parts of the code have
been stubbed out as a result).
Diffstat (limited to 'PyUnitTests.py')
-rwxr-xr-x | PyUnitTests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/PyUnitTests.py b/PyUnitTests.py index 68cf4d07..71267798 100755 --- a/PyUnitTests.py +++ b/PyUnitTests.py @@ -1,3 +1,4 @@ #!/bin/sh -PYTHONPATH=$PWD:$PYTHONPATH python tests/python/UnitTests.py +PYTHONPATH="%builddir%":"%srcdir%":$PYTHONPATH \ + python "%srcdir%"/tests/python/UnitTests.py |