]> git.saurik.com Git - wxWidgets.git/commitdiff
run tests on the wxMSW port again
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 20 Mar 2009 15:20:39 +0000 (15:20 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Fri, 20 Mar 2009 15:20:39 +0000 (15:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/xp_vc.xml

index 906bda0b99978b6b4cbb51c43d49c304b4709c7d..22e616b689be34779fdff328dfe0dbd136e71f05 100644 (file)
@@ -18,6 +18,7 @@
         <steps>
             <checkout/>
             <compile-all tests="true"/>
+            <run-tests/>
         </steps>
     </build>
     <build>
@@ -29,6 +30,7 @@
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
             <compile-all contrib="false" tests="true"/>
+            <run-tests/>
         </steps>
     </build>
     <build>
@@ -40,6 +42,7 @@
         <steps>
             <checkout/>
             <compile-all tests="true"/>
+            <run-tests/>
         </steps>
     </build>
     <build>
@@ -51,6 +54,7 @@
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
             <compile-all contrib="false" tests="true"/>
+            <run-tests/>
         </steps>
     </build>
     <build>
@@ -62,6 +66,7 @@
         <steps>
             <checkout/>
             <compile-all tests="true"/>
+            <run-tests/>
         </steps>
     </build>
     <build>
@@ -73,6 +78,7 @@
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
             <compile-all contrib="false" tests="true"/>
+            <run-tests/>
         </steps>
     </build>
     <build>
@@ -84,6 +90,7 @@
         <steps>
             <checkout/>
             <compile-all tests="true"/>
+            <run-tests/>
         </steps>
     </build>
     <build>
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
             <compile-all contrib="false" tests="true"/>
+            <run-tests/>
         </steps>
     </build>
 </bot>