summaryrefslogtreecommitdiff
path: root/java/build.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2011-03-08 11:24:39 +0000
committerRobert Gemmell <robbie@apache.org>2011-03-08 11:24:39 +0000
commit362d91dd7261b21863f84cd6364d059c25ceeedb (patch)
tree0e9a9e5fac494ca23692b3cb4dce332af786f095 /java/build.xml
parent363a9284c590a65e34c22f040ac542ac6f0b808b (diff)
downloadqpid-python-362d91dd7261b21863f84cd6364d059c25ceeedb.tar.gz
QPID-3125: add target to produce module-level JUnit test reports
Applied patch from Weston M. Price git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1079327 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
-rw-r--r--java/build.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/build.xml b/java/build.xml
index 9031166d76..635e72bdd5 100644
--- a/java/build.xml
+++ b/java/build.xml
@@ -93,6 +93,10 @@
<fail if="failed" message="TEST SUITE FAILED"/>
</target>
+
+ <target name="report-module" description="generate junitreport for modules">
+ <iterate target="report-module"/>
+ </target>
<target name="jar" description="create module jars">
<iterate target="jar"/>