From 6ddc21dc5fe75c80df1bf383e5bfc2320deb8624 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 6 Aug 2008 23:21:06 -0400 Subject: 'make distcheck' now works. --- test/PyUnitTests.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 test/PyUnitTests.py (limited to 'test/PyUnitTests.py') diff --git a/test/PyUnitTests.py b/test/PyUnitTests.py new file mode 100755 index 00000000..471f0d15 --- /dev/null +++ b/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%"/test/UnitTests.py -- cgit v1.2.3