Index: build/android/run_tests.py |
diff --git a/build/android/run_tests.py b/build/android/run_tests.py |
index 8951799a33dcf73387490f2847a4aafb8d7f84c2..76ca4f9867deb7b51c548b38b1b6a1359804372a 100755 |
--- a/build/android/run_tests.py |
+++ b/build/android/run_tests.py |
@@ -79,6 +79,9 @@ _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', |
+ 'content_unittests', |
+ 'ipc_tests', |
+ 'net_unittests', |
] |
def FullyQualifiedTestSuites(apk): |