From affba07baa045c979d71a95f439318aa9a3e1a6b Mon Sep 17 00:00:00 2001
From: akwizgran <akwizgran@users.sourceforge.net>
Date: Thu, 31 Dec 2015 16:04:58 +0000
Subject: [PATCH] Added BLAKE2s test to Ant build file.

---
 briar-tests/build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/briar-tests/build.xml b/briar-tests/build.xml
index 6d8cc33ac3..33fcfa0e30 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'/>
-- 
GitLab