diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.mac.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json index cff26cd..0ea46e9 100644 --- a/testing/buildbot/chromium.mac.json +++ b/testing/buildbot/chromium.mac.json @@ -280,6 +280,14 @@ ], "scripts": [ { + "name": "telemetry_unittests", + "script": "telemetry_unittests.py" + }, + { + "name": "telemetry_perf_unittests", + "script": "telemetry_perf_unittests.py" + }, + { "name": "nacl_integration", "script": "nacl_integration.py" } @@ -371,6 +379,14 @@ ], "scripts": [ { + "name": "telemetry_unittests", + "script": "telemetry_unittests.py" + }, + { + "name": "telemetry_perf_unittests", + "script": "telemetry_perf_unittests.py" + }, + { "name": "nacl_integration", "script": "nacl_integration.py" } |