summaryrefslogtreecommitdiff
path: root/python/test/PyUnitTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/PyUnitTests.py')
-rwxr-xr-xpython/test/PyUnitTests.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/test/PyUnitTests.py b/python/test/PyUnitTests.py
new file mode 100755
index 00000000..3c19093f
--- /dev/null
+++ b/python/test/PyUnitTests.py
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+PYTHONPATH="%builddir%":"%srcdir%":$PYTHONPATH \
+DYLD_LIBRARY_PATH="%builddir%/.libs":"%builddir%/gdtoa/.libs":$DYLD_LIBRARY_PATH \
+ python "%srcdir%"/tests/python/UnitTests.py