From 425c65a75a2a935f087e58b53f9db562399aa9f0 Mon Sep 17 00:00:00 2001
From: Torsten Grote <t@grobox.de>
Date: Wed, 13 Jan 2016 12:51:23 -0200
Subject: [PATCH] Add script for running tests without the Android SDK
 installed

Please note that this script uses the 'configuration on demand' feature
which is still incubating,
so not every test run is guaranteed to work correctly.
However, there have not been any problems so far.
---
 run-tests.sh | 1 +
 1 file changed, 1 insertion(+)
 create mode 100755 run-tests.sh

diff --git a/run-tests.sh b/run-tests.sh
new file mode 100755
index 0000000000..d50a4f7ee1
--- /dev/null
+++ b/run-tests.sh
@@ -0,0 +1 @@
+./gradlew --configure-on-demand :briar-tests:test
-- 
GitLab