diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-06 23:21:06 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-06 23:21:06 -0400 |
commit | 6ddc21dc5fe75c80df1bf383e5bfc2320deb8624 (patch) | |
tree | 57e520b88a847bc2bec5b6f6ddc59923041c68d8 /test/PyUnitTests.py | |
parent | 54f2a8012f206429790df35d28b2da0586d2ce6b (diff) | |
download | fork-ledger-6ddc21dc5fe75c80df1bf383e5bfc2320deb8624.tar.gz fork-ledger-6ddc21dc5fe75c80df1bf383e5bfc2320deb8624.tar.bz2 fork-ledger-6ddc21dc5fe75c80df1bf383e5bfc2320deb8624.zip |
'make distcheck' now works.
Diffstat (limited to 'test/PyUnitTests.py')
-rwxr-xr-x | test/PyUnitTests.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/PyUnitTests.py b/test/PyUnitTests.py new file mode 100755 index 00000000..471f0d15 --- /dev/null +++ b/test/PyUnitTests.py @@ -0,0 +1,5 @@ +#!/bin/sh + +PYTHONPATH="%builddir%":"%srcdir%":$PYTHONPATH \ +DYLD_LIBRARY_PATH="%builddir%/.libs":"%builddir%/gdtoa/.libs":$DYLD_LIBRARY_PATH \ + python "%srcdir%"/test/UnitTests.py |