<target name="runTests" depends="compile">
<junit fork="yes" printsummary="true" showoutput="true">
<classpath>
<path refid="project.classpath" />
<fileset dir="${output}" includes="*.jar" />
</classpath>
<batchtest>
<zipfileset src="${output}/tests.jar" includes="**/*.class" />
</batchtest>
<formatter type="xml" />
<formatter type="plain" usefile="false" />
</junit>
</target>
20 września 2017
0 Likes