summaryrefslogtreecommitdiff
path: root/python/test/PyUnitTests.py
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-05 13:17:04 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-05 18:05:49 -0400
commitf6f4a46cf5b14f9a2170cd6475958efbf320caec (patch)
tree05bc1defcdebc201de3dd10477483d906a842821 /python/test/PyUnitTests.py
parentb7970b29855563e4c67f85af8b31233eda80c22a (diff)
downloadledger-f6f4a46cf5b14f9a2170cd6475958efbf320caec.tar.gz
ledger-f6f4a46cf5b14f9a2170cd6475958efbf320caec.tar.bz2
ledger-f6f4a46cf5b14f9a2170cd6475958efbf320caec.zip
Moved around most of the files so that source code is in src/, documentation
is in doc/, etc.
Diffstat (limited to 'python/test/PyUnitTests.py')
-rwxr-xr-xpython/test/PyUnitTests.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/test/PyUnitTests.py b/python/test/PyUnitTests.py
new file mode 100755
index 00000000..3c19093f
--- /dev/null
+++ b/python/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%"/tests/python/UnitTests.py