diff options
Diffstat (limited to 'tests/python/PyUnitTests.py')
-rwxr-xr-x | tests/python/PyUnitTests.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/python/PyUnitTests.py b/tests/python/PyUnitTests.py deleted file mode 100755 index 3c19093f..00000000 --- a/tests/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 |