| # Copyright 2019 The Fuchsia Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| group("tests") { |
| testonly = true |
| |
| deps = [ |
| "conformance", |
| "integration_graphics_tests", |
| "integration_input_tests", |
| "scenic-stress-tests:tests", |
| |
| # Targets in the "workstation_tests" group below are excluded because they |
| # should not run on core builds. |
| ] |
| } |
| |
| # Tests in this group are enabled for workstation in //bundles/buildbot/workstation. |
| # TODO(https://fxbug.dev/94919): This comment should be updated with the |
| # final location of the test targets for workstation. |
| group("workstation_tests") { |
| testonly = true |
| |
| deps = [ |
| "integration_graphics_tests", |
| "integration_input_tests:workstation_tests", |
| ] |
| } |