projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc14bd0
)
set the PATH to contain ../lib/*_dll directories before running the tests
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 22 Mar 2009 21:07:51 +0000
(21:07 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 22 Mar 2009 21:07:51 +0000
(21:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59741
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
tests/runtests.bat
patch
|
blob
|
blame
|
history
diff --git
a/tests/runtests.bat
b/tests/runtests.bat
index 7c537ccacdbf0844d9182520d65426f25a8e0453..63521ff771247aadd68167f75af351813dd69637 100644
(file)
--- 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$
+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 @(