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

Unified Diff: build/android/run_tests.py

Issue 10447050: Add net, content and ipc to the default list of APK test bundles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/run_tests.py
diff --git a/build/android/run_tests.py b/build/android/run_tests.py
index 30e2c4dcdf10df6ab53f6e9739834019ebdf1ac1..a2491cb1176f6d2af10c55e654dd01b48badae15 100755
--- a/build/android/run_tests.py
+++ b/build/android/run_tests.py
@@ -79,6 +79,7 @@ _TEST_SUITES = ['base_unittests',
# Test suites which are run as APK. This will be replaced by the default
# list when we start building all suites as APK.
_APK_TEST_SUITES = ['base_unittests',
+ 'net_unittests',
]
def FullyQualifiedTestSuites(apk):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698