fix ElGamalTest compile; fix jbigi.jar path to speed up the test

This commit is contained in:
zzz
2011-06-02 20:29:15 +00:00
parent b37a64905b
commit 219d7fd8c3
3 changed files with 9 additions and 4 deletions

View File

@@ -824,7 +824,8 @@
<!-- thazzit -->
</target>
<target name="test" depends="buildProperties" >
<target name="test" depends="buildProperties, jbigi" >
<mkdir dir="reports/core/junit/" />
<ant dir="core/java/" target="test" />
</target>
<target name="junit.report" depends="buildProperties" >