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

Unified Diff: build/android/test_runner.py

Issue 26251003: android: Add 4 new linker tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Marcus' nits. Created 7 years, 2 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/linker/test_runner.py ('k') | no next file » | 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 249fd313d359c0442f45f07b6e369797ad167bbc..11f51e476ce34abbbc9b9b98a62064bf2202866a 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -121,6 +121,8 @@ def AddLinkerTestOptions(option_parser):
option_parser.commands_dict = {}
option_parser.example = '%prog linker'
+ option_parser.add_option('-f', '--gtest-filter', dest='test_filter',
+ help='googletest-style filter string.')
AddCommonOptions(option_parser)
« no previous file with comments | « build/android/pylib/linker/test_runner.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698