summaryrefslogtreecommitdiff
path: root/test/python/PyUnitTests.py
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-06 18:23:50 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-06 18:23:50 -0400
commit54f2a8012f206429790df35d28b2da0586d2ce6b (patch)
tree6541a21a93c6413c1712887615034f38dfcc66b8 /test/python/PyUnitTests.py
parent0d6e72adbbf8414b3b6cf5922ab53519e2dacadd (diff)
downloadledger-54f2a8012f206429790df35d28b2da0586d2ce6b.tar.gz
ledger-54f2a8012f206429790df35d28b2da0586d2ce6b.tar.bz2
ledger-54f2a8012f206429790df35d28b2da0586d2ce6b.zip
Moved several tests around again (python/test -> test/python).
Diffstat (limited to 'test/python/PyUnitTests.py')
-rwxr-xr-xtest/python/PyUnitTests.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/python/PyUnitTests.py b/test/python/PyUnitTests.py
new file mode 100755
index 00000000..3c19093f
--- /dev/null
+++ b/test/python/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%"/tests/python/UnitTests.py