From e851c02d2747be0acc336bc278da9e0460b75738 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 28 Jan 2009 20:49:26 -0400 Subject: Unit test for Python are now auto-generated from the C++ tests. --- test/PyUnitTests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/PyUnitTests.py') diff --git a/test/PyUnitTests.py b/test/PyUnitTests.py index 41054faf..acae7781 100755 --- a/test/PyUnitTests.py +++ b/test/PyUnitTests.py @@ -3,4 +3,4 @@ PYTHONPATH="%builddir%":"%srcdir%":$PYTHONPATH \ LD_LIBRARY_PATH="%builddir%/.libs":$LD_LIBRARY_PATH \ DYLD_LIBRARY_PATH="%builddir%/.libs":$DYLD_LIBRARY_PATH \ - %python% "%srcdir%"/test/UnitTests.py + %python% "%builddir%"/test/python/UnitTests.py -- cgit v1.2.3