diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-06 18:23:50 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-06 18:23:50 -0400 |
commit | 54f2a8012f206429790df35d28b2da0586d2ce6b (patch) | |
tree | 6541a21a93c6413c1712887615034f38dfcc66b8 /test/python/PyUnitTests.py | |
parent | 0d6e72adbbf8414b3b6cf5922ab53519e2dacadd (diff) | |
download | ledger-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-x | test/python/PyUnitTests.py | 5 |
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 |