blob: a4d7ba32f148a85a6c98b360ebbfd45c67588a9f [file] [log] [blame]
# 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 = [
"integration_flutter_tests",
"integration_input_tests",
"lib",
"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_input_tests:workstation_tests" ]
}