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 | |
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')
-rwxr-xr-x | test/PyUnitTests.py (renamed from test/python/PyUnitTests.py) | 2 | ||||
-rw-r--r-- | test/UnitTests.py (renamed from test/python/UnitTests.py) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/python/PyUnitTests.py b/test/PyUnitTests.py index 3c19093f..471f0d15 100755 --- a/test/python/PyUnitTests.py +++ b/test/PyUnitTests.py @@ -2,4 +2,4 @@ PYTHONPATH="%builddir%":"%srcdir%":$PYTHONPATH \ DYLD_LIBRARY_PATH="%builddir%/.libs":"%builddir%/gdtoa/.libs":$DYLD_LIBRARY_PATH \ - python "%srcdir%"/tests/python/UnitTests.py + python "%srcdir%"/test/UnitTests.py diff --git a/test/python/UnitTests.py b/test/UnitTests.py index 843e9fc1..843e9fc1 100644 --- a/test/python/UnitTests.py +++ b/test/UnitTests.py |