aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2016-06-27 12:28:21 -0500
committerDaniel Díaz <daniel.diaz@linaro.org>2016-07-01 06:55:59 -0500
commit22e3cd4889687ffa006e930d5d101a05645655e7 (patch)
tree0205724cba77abc0b6f004cc4406f089afb232ef
parenteafd40c3fa5b3f92d57b4c966227fcdadb156948 (diff)
downloadart-build-scripts-22e3cd4889687ffa006e930d5d101a05645655e7.tar.gz
vixl: Pass test runner info for Stable.
Change-Id: I2ffa690d49169e6fcbc7a807b7b98ea637f8c95d Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
-rwxr-xr-xtests/test_art_vixl.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/test_art_vixl.sh b/tests/test_art_vixl.sh
index 156228c3..7a907aaf 100755
--- a/tests/test_art_vixl.sh
+++ b/tests/test_art_vixl.sh
@@ -39,8 +39,11 @@ test_vixl_selftests() {
# is available we should reconsider this.
if [[ -f ./third_party/android/check_top_level_android_mk.sh ]]; then
safe ./third_party/android/check_top_level_android_mk.sh
+ safe ./tools/test.py
+ else
+ safe scons test -j"${jcpu_count}"
+ safe ./tools/test.py --runner obj/release/g++/default-std/test-runner_sim
fi
- safe ./tools/test.py
safe cd -
}