Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Unified Diff: build/android/test_runner.py

Issue 1854233002: Reland 2 of GN: Make breakpad_unittests & sandbox_linux_unittests use test() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test-minor-renames
Patch Set: Fix PIE errors, fix component mode. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/pylib/local/device/local_device_gtest_run.py ('k') | build/config/android/internal_rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index e55f8c0cdb3651aac177fe9f21a0c2bcd9477993..5edc6da491b51233e6d25fbee55863903e3280d1 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -249,6 +249,9 @@ def AddGTestOptions(parser):
group.add_argument('-s', '--suite', dest='suite_name',
nargs='+', metavar='SUITE_NAME', required=True,
help='Executable name of the test suite to run.')
+ group.add_argument('--executable-dist-dir',
+ help="Path to executable's dist directory for native"
+ " (non-apk) tests.")
group.add_argument('--test-apk-incremental-install-script',
help='Path to install script for the test apk.')
group.add_argument('--gtest_also_run_disabled_tests',
« no previous file with comments | « build/android/pylib/local/device/local_device_gtest_run.py ('k') | build/config/android/internal_rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698