X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58faf9dde910bbb96d227ffcf181fb46832b61ba..961f4d0ce6fb0478c2850d2da37e072d8636639a:/build/buildbot/config/include/defs.xml diff --git a/build/buildbot/config/include/defs.xml b/build/buildbot/config/include/defs.xml index be0f7067f3..39605c8962 100644 --- a/build/buildbot/config/include/defs.xml +++ b/build/buildbot/config/include/defs.xml @@ -22,6 +22,9 @@ http://svn.wxwidgets.org/svn/wx/wxWidgets/ branches/WX_2_8_BRANCH +branches/WX_2_9_0_BRANCH + +http://biolpc22.york.ac.uk/pub + @@ -343,10 +347,10 @@ - + - + @@ -354,24 +358,19 @@ - + -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 && -if [ -x test_gui ]; then ./test_gui; fi +./test && +if [ -n "$DISPLAY" -a -x test_gui ]; then ./test_gui; fi