Browse Source

Add clover snapshotting to build-tests.xml

Should enable clover build optimisation

Change-Id: Ibb686f38919b8a93bd7e05c9814fab92545fef3b
Reviewed-on: http://gerrit.dmdirc.com/678
Reviewed-by: Shane Mc Cormack <shane@dmdirc.com>
Automatic-Compile: Shane Mc Cormack <shane@dmdirc.com>
tags/0.6.3b1
Chris Smith 14 years ago
parent
commit
4e38e68651
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      build-tests.xml

+ 6
- 1
build-tests.xml View File

@@ -84,11 +84,16 @@
84 84
             <arg value="/usr/bin/ant"/>
85 85
             <arg value="with.clover"/>
86 86
             <arg value="do-real-test"/>
87
+            <arg value="clover.snapshot"/>
87 88
         </exec>
88 89
     </target>
89 90
 
90 91
     <target name="-test-no-xvfb" unless="use.xvfb">
91
-        <antcall target="do-real-test"/>
92
+        <antcall>
93
+            <target>with.clover</target>
94
+            <target>do-real-test</target>
95
+            <target>clover.snapshot</target>
96
+        </antcall>
92 97
     </target>
93 98
 
94 99
     <target name="test-html" depends="with.clover,compile-test,test,clover.html,clover.snapshot"

Loading…
Cancel
Save