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