From 27c717e764e5d806cab2af394341d66448622760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 1 Nov 2015 13:48:25 +0100 Subject: [PATCH] tests: allow running ./tests/run-tests --- tests/run-tests | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/run-tests b/tests/run-tests index ce1b0fd1..45deb8ba 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -58,6 +58,10 @@ if [ -z "$ANDROID_HOME" ]; then exit 1 fi +if [ -d tests ]; then + cd tests +fi + if [ -z "$1" ]; then APKDIR=`pwd` else