1
0
Fork 0
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:
Nikolay Pultsin 2007-10-10 09:44:06 +00:00
parent bfcbce15b7
commit 1e4329e3b2

View file

@ -20,6 +20,21 @@
</javac>
</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">
<delete dir = "${bin.dir}"/>
</target>