diff options
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 |