Add sync_unit_test to known lists of Android unit tests.

This will cause them to be run on the test/experimental bots.
These tests are currently passing and we should keep them that way.

BUG=
TEST=


Review URL: http://codereview.chromium.org/9696031

git-svn-id: http://src.chromium.org/svn/trunk/src/build@126556 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
yfriedman@chromium.org 2012-03-14 04:14:09 +00:00
Родитель 4f21fae47a
Коммит bcc556a429
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -66,7 +66,8 @@ from single_test_runner import SingleTestRunner
from test_package_executable import TestPackageExecutable
from test_result import BaseTestResult, TestResults
_TEST_SUITES = ['base_unittests', 'sql_unittests', 'ipc_tests', 'net_unittests']
_TEST_SUITES = ['base_unittests', 'sql_unittests', 'ipc_tests', 'net_unittests',
'sync_unit_tests']
def FullyQualifiedTestSuites():