forked from I2P_Developers/i2p.i2p
Run full test reports with fulltest target, not just junit report
This commit is contained in:
@ -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">
|
||||
|
@ -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">
|
||||
|
Reference in New Issue
Block a user