summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/chromium.chromiumos.json10
-rw-r--r--testing/buildbot/chromium.win.json20
2 files changed, 30 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.chromiumos.json b/testing/buildbot/chromium.chromiumos.json
index 604cc25..f1cc8d6 100644
--- a/testing/buildbot/chromium.chromiumos.json
+++ b/testing/buildbot/chromium.chromiumos.json
@@ -9,6 +9,16 @@
}
]
},
+ "Linux ChromiumOS GN (dbg)": {
+ "additional_compile_targets": [
+ "net_unittests"
+ ],
+ "gtest_tests": [
+ {
+ "test": "base_unittests"
+ }
+ ]
+ },
"Linux ChromiumOS Ozone Tests (1)": {
"gtest_tests": [
{
diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json
index 002e188..9a477ff 100644
--- a/testing/buildbot/chromium.win.json
+++ b/testing/buildbot/chromium.win.json
@@ -476,6 +476,26 @@
}
]
},
+ "Win x64 GN": {
+ "additional_compile_targets": [
+ "net_unittests"
+ ],
+ "gtest_tests": [
+ {
+ "test": "base_unittests"
+ }
+ ]
+ },
+ "Win x64 GN (dbg)": {
+ "additional_compile_targets": [
+ "net_unittests"
+ ],
+ "gtest_tests": [
+ {
+ "test": "base_unittests"
+ }
+ ]
+ },
"Win7 Tests (1)": {
"gtest_tests": [
{