set the PATH to contain ../lib/*_dll directories before running the tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
cc14bd0058
commit
ddaf7a11c3
1 changed files with 3 additions and 0 deletions
|
|
@ -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$
|
||||
|
||||
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 @(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue