diff options
| author | Robert Gemmell <robbie@apache.org> | 2011-03-08 11:24:39 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2011-03-08 11:24:39 +0000 |
| commit | 27dff9d6c468158640a47dca87830930688ff082 (patch) | |
| tree | e15c08f0022ac939c6272fc2c7c6b03224ca8dcd /qpid/java/module.xml | |
| parent | 38288168ce3a98f9ee135b8ad7f2208f85d084d5 (diff) | |
| download | qpid-python-27dff9d6c468158640a47dca87830930688ff082.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@1079327 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
| -rw-r--r-- | qpid/java/module.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml index d3954a1544..80f577b018 100644 --- a/qpid/java/module.xml +++ b/qpid/java/module.xml @@ -401,6 +401,15 @@ </target> + <target name="report-module" description="generate junit reports for each module"> + <junitreport todir="${module.results}"> + <fileset dir="${module.results}"> + <include name="TEST-*.xml"/> + </fileset> + <report format="frames" todir="${module.results}/report/html"/> + </junitreport> + </target> + <target name="touch-failed" if="test.failures"> <touch file="${module.failed}"/> <touch file="${build.failed}"/> |
