diff options
Diffstat (limited to 'test/PyUnitTests.py')
-rwxr-xr-x | test/PyUnitTests.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/PyUnitTests.py b/test/PyUnitTests.py new file mode 100755 index 00000000..a77d99ad --- /dev/null +++ b/test/PyUnitTests.py @@ -0,0 +1,6 @@ +#!/bin/sh + +PYTHONPATH="%builddir%/.libs":$PYTHONPATH \ +LD_LIBRARY_PATH="%builddir%/.libs":$LD_LIBRARY_PATH \ +DYLD_LIBRARY_PATH="%builddir%/.libs":$DYLD_LIBRARY_PATH \ + %python% "%builddir%"/test/python/UnitTests.py |