From 093139bc912018114f286edb269f1f8bc137c790 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 14 Mar 2020 10:32:12 +0530 Subject: tunnel: Add an initial set of unit tests Includes a control set of broken configuration files that we attempt to parse and verify that the parser fails in a predictable and consistent manner. Signed-off-by: Harsh Shandilya --- build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 54d5d90f..e735304d 100644 --- a/build.gradle +++ b/build.gradle @@ -29,6 +29,7 @@ buildscript { eddsaVersion = '0.3.0' bintrayPluginVersion = '1.8.4' mavenPluginVersion = '2.1' + junitVersion = '4.13' groupName = 'com.wireguard.android' } -- cgit v1.2.3-59-g8ed1b