X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f4f6ad7547100583bdaca716c8fd3dd304c507c1..961f4d0ce6fb0478c2850d2da37e072d8636639a:/build/buildbot/config/include/defs.xml diff --git a/build/buildbot/config/include/defs.xml b/build/buildbot/config/include/defs.xml index 19cf8e4911..39605c8962 100644 --- a/build/buildbot/config/include/defs.xml +++ b/build/buildbot/config/include/defs.xml @@ -22,6 +22,8 @@ http://svn.wxwidgets.org/svn/wx/wxWidgets/ branches/WX_2_8_BRANCH +branches/WX_2_9_0_BRANCH + http://biolpc22.york.ac.uk/pub + @@ -344,10 +347,10 @@ - + - + @@ -355,23 +358,18 @@ - + -cd tests && -(for /d %x in (..\lib\*_dll) do @PATH=%x;%PATH%) && -(for /d %x in (*) do @if exist %x\test.exe %x\test) && -(for /d %x in (*) do @if exist %x\test_gui.exe %x\test_gui) +cd tests && runtests.bat + cd tests && -./test --timing && +./test && if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui; fi