summaryrefslogtreecommitdiff
path: root/test/PyUnitTests.py
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-06 23:21:06 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-06 23:21:06 -0400
commit6ddc21dc5fe75c80df1bf383e5bfc2320deb8624 (patch)
tree57e520b88a847bc2bec5b6f6ddc59923041c68d8 /test/PyUnitTests.py
parent54f2a8012f206429790df35d28b2da0586d2ce6b (diff)
downloadfork-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-xtest/PyUnitTests.py5
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