Index: testing/buildbot/chromium.mac.json |
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json |
index 056309aad1a05796296d2dff291efe89c49f4314..3d656b3d91fef386d2e39e454e120894aab01f53 100644 |
--- a/testing/buildbot/chromium.mac.json |
+++ b/testing/buildbot/chromium.mac.json |
@@ -81,6 +81,20 @@ |
} |
}, |
"url_unittests" |
+ ], |
+ "scripts": [ |
+ { |
+ "name": "telemetry_unittests", |
+ "script": "telemetry_unittests.py" |
+ }, |
+ { |
+ "name": "telemetry_perf_unittests", |
+ "script": "telemetry_perf_unittests.py" |
+ }, |
+ { |
+ "name": "nacl_integration", |
+ "script": "nacl_integration.py" |
+ } |
] |
}, |
"Mac10.7 Tests (1)": { |
@@ -165,6 +179,20 @@ |
} |
}, |
"url_unittests" |
+ ], |
+ "scripts": [ |
+ { |
+ "name": "telemetry_unittests", |
+ "script": "telemetry_unittests.py" |
+ }, |
+ { |
+ "name": "telemetry_perf_unittests", |
+ "script": "telemetry_perf_unittests.py" |
+ }, |
+ { |
+ "name": "nacl_integration", |
+ "script": "nacl_integration.py" |
+ } |
] |
}, |
"Mac 10.6 Tests (dbg)(1)": { |
@@ -249,6 +277,20 @@ |
} |
}, |
"url_unittests" |
+ ], |
+ "scripts": [ |
+ { |
+ "name": "telemetry_unittests", |
+ "script": "telemetry_unittests.py" |
+ }, |
+ { |
+ "name": "telemetry_perf_unittests", |
+ "script": "telemetry_perf_unittests.py" |
+ }, |
+ { |
+ "name": "nacl_integration", |
+ "script": "nacl_integration.py" |
+ } |
] |
}, |
"Mac 10.7 Tests (dbg)(1)": { |
@@ -334,6 +376,20 @@ |
} |
}, |
"url_unittests" |
+ ], |
+ "scripts": [ |
+ { |
+ "name": "telemetry_unittests", |
+ "script": "telemetry_unittests.py" |
+ }, |
+ { |
+ "name": "telemetry_perf_unittests", |
+ "script": "telemetry_perf_unittests.py" |
+ }, |
+ { |
+ "name": "nacl_integration", |
+ "script": "nacl_integration.py" |
+ } |
] |
} |
} |