]> git.saurik.com Git - wxWidgets.git/blobdiff - build/buildbot/config/xp_vc.xml
XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / build / buildbot / config / xp_vc.xml
index 906bda0b99978b6b4cbb51c43d49c304b4709c7d..85283c8e0875b401937624d60bb03e1e0d9a484b 100644 (file)
@@ -3,9 +3,8 @@
     Name:       xp_vc.xml
     Purpose:    Buildbot xp_vc configuration.
     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 +17,7 @@
         <steps>
             <checkout/>
             <compile-all tests="true"/>
+            <run-tests/>
         </steps>
     </build>
     <build>
@@ -29,6 +29,7 @@
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
             <compile-all contrib="false" tests="true"/>
+            <run-tests/>
         </steps>
     </build>
     <build>
@@ -40,6 +41,7 @@
         <steps>
             <checkout/>
             <compile-all tests="true"/>
+            <run-tests/>
         </steps>
     </build>
     <build>
@@ -51,6 +53,7 @@
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
             <compile-all contrib="false" tests="true"/>
+            <run-tests/>
         </steps>
     </build>
     <build>
@@ -62,6 +65,7 @@
         <steps>
             <checkout/>
             <compile-all tests="true"/>
+            <run-tests/>
         </steps>
     </build>
     <build>
@@ -73,6 +77,7 @@
         <steps>
             <checkout branch="{$STABLE_BRANCH}"/>
             <compile-all contrib="false" tests="true"/>
+            <run-tests/>
         </steps>
     </build>
     <build>
@@ -84,6 +89,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>