diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium_win8_trybot.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/buildbot/chromium_win8_trybot.json b/testing/buildbot/chromium_win8_trybot.json new file mode 100644 index 0000000..7d9801b --- /dev/null +++ b/testing/buildbot/chromium_win8_trybot.json @@ -0,0 +1,13 @@ +{ + "compile_targets": [ + "all" + ], + "gtest_tests": [ + "views_unittests", + "wm_unittests", + "aura_unittests", + "ash_unittests", + "compositor_unittests", + "events_unittests" + ] +} |