summaryrefslogtreecommitdiff
path: root/qpid/java/client/test
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2006-10-31 14:11:38 +0000
committerMartin Ritchie <ritchiem@apache.org>2006-10-31 14:11:38 +0000
commit1b2b1f1db808dd4f9969484e94310ea33b5cd9fb (patch)
tree6d90c7fc15defe37e41273ddc8638d79fe7fb26d /qpid/java/client/test
parentb5196f5ddaa9e6f3ffc72b5711f7385a9f9e34ea (diff)
downloadqpid-python-1b2b1f1db808dd4f9969484e94310ea33b5cd9fb.tar.gz
Additions to build system to cause junit to produce a report
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@469491 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/test')
-rw-r--r--qpid/java/client/test/build-module.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/qpid/java/client/test/build-module.xml b/qpid/java/client/test/build-module.xml
index b177c8441a..8678338359 100644
--- a/qpid/java/client/test/build-module.xml
+++ b/qpid/java/client/test/build-module.xml
@@ -29,4 +29,12 @@
</junit>
</target>
+ <target name="xmltest" depends="build">
+ <junit fork="yes" showoutput="true" haltonfailure="no">
+ <test name="org.apache.qpid.client.AllClientUnitTests"/>
+ <formatter type="xml" usefile="junit.report.xml"/>
+ <classpath refid="module.class.path"/>
+ </junit>
+ </target>
+
</project>