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 /python/test/PyUnitTests.py | |
parent | 0d6e72adbbf8414b3b6cf5922ab53519e2dacadd (diff) | |
download | fork-ledger-54f2a8012f206429790df35d28b2da0586d2ce6b.tar.gz fork-ledger-54f2a8012f206429790df35d28b2da0586d2ce6b.tar.bz2 fork-ledger-54f2a8012f206429790df35d28b2da0586d2ce6b.zip |
Moved several tests around again (python/test -> test/python).
Diffstat (limited to 'python/test/PyUnitTests.py')
-rwxr-xr-x | python/test/PyUnitTests.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/python/test/PyUnitTests.py b/python/test/PyUnitTests.py deleted file mode 100755 index 3c19093f..00000000 --- a/python/test/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 |