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

Unified Diff: build/android/test_runner.py

Issue 1854733003: Reland 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: use _dist for executable Created 4 years, 9 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
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index e55f8c0cdb3651aac177fe9f21a0c2bcd9477993..6423ad64e29c09eb7211b6e8cee344dd934f29fd 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -249,6 +249,8 @@ 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-path',
+ help='Path to executable 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',

Powered by Google App Engine
This is Rietveld 408576698