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/python/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/python/PyUnitTests.py')
-rwxr-xr-x | test/python/PyUnitTests.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/python/PyUnitTests.py b/test/python/PyUnitTests.py deleted file mode 100755 index 3c19093f..00000000 --- a/test/python/PyUnitTests.py +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -PYTHONPATH="%builddir%":"%srcdir%":$PYTHONPATH \ -DYLD_LIBRARY_PATH="%builddir%/.libs":"%builddir%/gdtoa/.libs":$DYLD_LIBRARY_PATH \ - python "%srcdir%"/tests/python/UnitTests.py |