From 289cc97d45bbd3a8cdfcc3371ade71715b75b000 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 12 Apr 2008 01:37:50 -0400 Subject: Exchanged old test files for the new testing code in was-v3.0. --- test/python/PyUnitTests.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 test/python/PyUnitTests.py (limited to 'test/python/PyUnitTests.py') diff --git a/test/python/PyUnitTests.py b/test/python/PyUnitTests.py new file mode 100755 index 00000000..3c19093f --- /dev/null +++ b/test/python/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 -- cgit v1.2.3