Aufruf der JUnit Tests
This commit is contained in:
parent
52ca9dbf6f
commit
2d29470f89
@ -124,6 +124,7 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="remote-test" description="inspection of xmlrpc-api" depends="compile-test">
|
<target name="remote-test" description="inspection of xmlrpc-api" depends="compile-test">
|
||||||
|
<mkdir dir="${build.home}/junit" />
|
||||||
<junit printsummary="yes" fork="yes">
|
<junit printsummary="yes" fork="yes">
|
||||||
<classpath>
|
<classpath>
|
||||||
<fileset dir="lib">
|
<fileset dir="lib">
|
||||||
@ -134,7 +135,7 @@
|
|||||||
<pathelement path="/usr/share/java/junit4.jar"/>
|
<pathelement path="/usr/share/java/junit4.jar"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
<formatter type="xml"/>
|
<formatter type="xml"/>
|
||||||
<test name="de.hsadmin.remote.RemoteTest"/>
|
<test name="de.hsadmin.remote.RemoteTest" todir="${build.home}/junit" />
|
||||||
</junit>
|
</junit>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user