Add athena_unittests to chromiumos

R=phajdan.jr@chromium.org, oshima@chromium.org
BUG=375537
TEST=Trybots

Review URL: https://codereview.chromium.org/314863004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275506 0039d316-1c4b-4281-b951-d872f2087c98
parent 2f60c9b7
...@@ -33,7 +33,8 @@ ...@@ -33,7 +33,8 @@
"sync_unit_tests", "sync_unit_tests",
"unit_tests", "unit_tests",
"sql_unittests", "sql_unittests",
"nacl_loader_unittests" "nacl_loader_unittests",
"athena_unittests"
] ]
}, },
"Linux ChromiumOS Tests (2)": { "Linux ChromiumOS Tests (2)": {
...@@ -90,6 +91,7 @@ ...@@ -90,6 +91,7 @@
}, },
"Linux ChromiumOS Tests (dbg)(3)": { "Linux ChromiumOS Tests (dbg)(3)": {
"gtest_tests": [ "gtest_tests": [
"athena_unittests",
"gcm_unit_tests", "gcm_unit_tests",
"interactive_ui_tests", "interactive_ui_tests",
{"test": "browser_tests", "shard_index": 2, "total_shards": 3} {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
......
...@@ -117,6 +117,11 @@ ...@@ -117,6 +117,11 @@
"test": "chromeos_unittests", "test": "chromeos_unittests",
"platforms": ["linux"], "platforms": ["linux"],
"chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"] "chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
},
{
"test": "athena_unittests",
"platforms": ["linux"],
"chromium_configs": ["chromium_chromeos", "chromium_chromeos_clang"]
} }
] ]
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment