mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 09:49:19 +02:00
target 'runtests' has been added
git-svn-id: https://only.mawhrin.net/repos/FBReaderJ/trunk@24 6a642e6f-84f6-412e-ac94-c4a38d5a04b0
This commit is contained in:
parent
bfcbce15b7
commit
1e4329e3b2
1 changed files with 20 additions and 5 deletions
15
build.xml
15
build.xml
|
@ -20,6 +20,21 @@
|
||||||
</javac>
|
</javac>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name = "runtests" depends = "test">
|
||||||
|
<junit printsummary = "yes">
|
||||||
|
<classpath>
|
||||||
|
<pathelement location = "${bin.dir}"/>
|
||||||
|
</classpath>
|
||||||
|
<test name = "org.test.zlibrary.model.TestAll"/>
|
||||||
|
<!-- test name = "org.test.zlibrary.model.TestTextEntry"/ -->
|
||||||
|
<!-- test name = "org.test.zlibrary.model.TestTextControlEntry"/ -->
|
||||||
|
<!-- test name = "org.test.zlibrary.model.TestTextControlEntryPool"/ -->
|
||||||
|
<!-- test name = "org.test.zlibrary.model.TestTextEntry"/ -->
|
||||||
|
<!-- test name = "org.test.zlibrary.model.TestTextParagraph"/ -->
|
||||||
|
<!-- test name = "org.test.zlibrary.model.TestZLTextModel"/ -->
|
||||||
|
</junit>
|
||||||
|
</target>
|
||||||
|
|
||||||
<target name = "clean">
|
<target name = "clean">
|
||||||
<delete dir = "${bin.dir}"/>
|
<delete dir = "${bin.dir}"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue