blob: c80f21798f059c0f8ffeb3f1701d02928f0892a1 [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("src") {
testonly = true
deps = [
":tests",
"camera",
"cast",
"chromium",
"cobalt",
"connectivity",
"dart",
"developer",
"devices",
"diagnostics",
"experiences",
"factory",
"flutter",
"fonts",
"graphics",
"identity",
"intl",
"lib",
"media",
"modular",
"power",
"recovery",
"security",
"session",
"speech",
"storage",
"sys",
"testing",
"ui",
"virtualization",
]
}
group("tests") {
testonly = true
deps = [
"bringup:tests",
"camera:tests",
"chromium:tests",
"cobalt:tests",
"connectivity:tests",
"developer:tests",
"devices:tests",
"diagnostics:tests",
"experiences:tests",
"factory:tests",
"firmware:tests",
"flutter:tests",
"fonts:tests",
"graphics:tests",
"hwinfo:tests",
"identity:tests",
"intl:tests",
"lib:tests",
"media:tests",
"modular:tests",
"power:tests",
"recovery:tests",
"security:tests",
"session:tests",
"speech:tests",
"storage:tests",
"sys:tests",
"testing:tests",
"tests",
"ui:tests",
"virtualization:tests",
"zircon:tests",
]
# These targets should be removed when the tests are moved to //src.
deps += [
"//zircon/kernel:tests",
"//zircon/system/ulib:tests",
"//zircon/system/utest:tests",
"//zircon/tools:tests",
]
}