diff options
author | fgorski@chromium.org <fgorski@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-06 10:45:23 +0000 |
---|---|---|
committer | fgorski@chromium.org <fgorski@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-06 10:45:23 +0000 |
commit | f234be7390b28f2b220120ced2f0843c4e9c4f05 (patch) | |
tree | 420fc8f765678db452c49d4f21462e4b442100f4 /testing | |
parent | 2b1647eb953a000bdb3a1ec9ed01e54989d90424 (diff) | |
download | chromium_src-f234be7390b28f2b220120ced2f0843c4e9c4f05.zip chromium_src-f234be7390b28f2b220120ced2f0843c4e9c4f05.tar.gz chromium_src-f234be7390b28f2b220120ced2f0843c4e9c4f05.tar.bz2 |
Updating Mac buildbots to run gcm_unit_tests
BUG=341513
Review URL: https://codereview.chromium.org/185943008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255302 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.mac.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json index 86dbd40..73b8e27 100644 --- a/testing/buildbot/chromium.mac.json +++ b/testing/buildbot/chromium.mac.json @@ -24,6 +24,7 @@ "Mac10.6 Tests (2)": { "gtest_tests": [ "components_unittests", + "gcm_unit_tests", "gfx_unittests", "google_apis_unittests", "ipc_tests", @@ -67,6 +68,7 @@ "Mac10.7 Tests (2)": { "gtest_tests": [ "components_unittests", + "gcm_unit_tests", "gfx_unittests", "google_apis_unittests", "ipc_tests", @@ -121,6 +123,7 @@ "Mac 10.6 Tests (dbg)(4)": { "gtest_tests": [ "components_unittests", + "gcm_unit_tests", "google_apis_unittests", "message_center_unittests", "ipc_tests", @@ -168,6 +171,7 @@ "Mac 10.7 Tests (dbg)(4)": { "gtest_tests": [ "components_unittests", + "gcm_unit_tests", "google_apis_unittests", "message_center_unittests", "ipc_tests", |