diff --git a/briar-tests/build.xml b/briar-tests/build.xml index 6d8cc33ac30cf0a4391fa1ed2610c2da6b760b6c..33fcfa0e30596d11b9e2eca0e1cb162967e69157 100644 --- a/briar-tests/build.xml +++ b/briar-tests/build.xml @@ -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'/>