]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/xp_vc.xml
Fix minor errors in XRC format overview.
[wxWidgets.git] / build / buildbot / config / xp_vc.xml
index 906bda0b99978b6b4cbb51c43d49c304b4709c7d..594c9237cfd7aee32a9f3580d613b098e3f5b747 100644 (file)
@@ -5,7 +5,7 @@
     Author:     Laurent Humbertclaude
     RCS-ID:     $Id$
     Copyright:  (c) 2008 Laurent Humbertclaude
-    Licence:    wxWidgets licence
+    Licence:    wxWindows licence
 -->
 <bot xmlns:xi="http://www.w3.org/2001/XInclude">
     <xi:include href="include/xp_vc.xml"/>
@@ -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>