Added BLAKE2s test to Ant build file.

This commit is contained in:
akwizgran
2015-12-31 16:04:58 +00:00
parent d5b347e6c9
commit affba07baa

View File

@@ -93,6 +93,7 @@
<sysproperty key='java.library.path' value='../briar-desktop/libs'/>
<test name='org.briarproject.LockFairnessTest'/>
<test name='org.briarproject.ProtocolIntegrationTest'/>
<test name='org.briarproject.crypto.Blake2sDigestTest'/>
<test name='org.briarproject.crypto.EllipticCurveMultiplicationTest'/>
<test name='org.briarproject.crypto.FortunaGeneratorTest'/>
<test name='org.briarproject.crypto.FortunaSecureRandomTest'/>