Run full test reports with fulltest target, not just junit report

This commit is contained in:
str4d
2012-02-25 01:46:46 +00:00
parent 6a26c0b621
commit 204440b06b
2 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@
</target>
<target name="test.report" depends="junit.report, clover.report, cobertura.report"/>
<!-- end test reports -->
<target name="fulltest" depends="test, junit.report" />
<target name="fulltest" depends="test, test.report" />
<!-- end unit tests -->
<target name="clean">

View File

@ -170,7 +170,7 @@
</target>
<target name="test.report" depends="junit.report, clover.report, cobertura.report"/>
<!-- end test reports -->
<target name="fulltest" depends="cleandep, builddeptest, jarTest, test, junit.report" />
<target name="fulltest" depends="cleandep, builddeptest, jarTest, test, test.report" />
<!-- end unit tests -->
<target name="clean">