Index: build/android/buildbot_functions.sh |
diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh |
index dcea5f520064789c72e70fbe5a9576032f4e577e..99d75ece2d6e02ec978b751862dfcad1f4bbf203 100755 |
--- a/build/android/buildbot_functions.sh |
+++ b/build/android/buildbot_functions.sh |
@@ -250,6 +250,13 @@ function bb_run_tests { |
build/android/run_tests.py --xvfb --verbose --apk=True |
} |
+# Run simple content shell test on device. |
+function bb_run_content_shell_test { |
+ echo "@@@BUILD_STEP Run simple content shell test on actual hardware@@@" |
+ content/shell/android/simple_content_shell_test.sh \ |
+ "${SRC_ROOT}"/out/Release/content_shell/ContentShell-debug.apk |
+} |
+ |
# Zip and archive a build. |
function bb_zip_build { |
echo "@@@BUILD_STEP Zip build@@@" |