diff --git a/tests/runtests.bat b/tests/runtests.bat index 65d44ee8e4..092285de69 100644 --- a/tests/runtests.bat +++ b/tests/runtests.bat @@ -5,6 +5,9 @@ REM This script is used to return the correct return value to the caller REM which is required by Buildbot to recognize failures. REM $Id: runtests.bat 59695 2009-03-21 13:49:20Z FM $ +rem set the path for running the tests if they use DLL build of wx +for /d %%x in (..\lib\*_dll) do @PATH=%x;%PATH% + set failure=0 for /d %%x in (*) do @(