tests: allow running ./tests/run-tests

This commit is contained in:
Daniel Martí 2015-11-01 13:48:25 +01:00
parent c8627764e3
commit 27c717e764
1 changed files with 4 additions and 0 deletions

View File

@ -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