blob: 96687922988bcc6d992a61be876f0d2540928a1f [file] [log] [blame] [edit]
# Copyright 2023 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.
if (is_host) {
group("host_tests") {
testonly = true
deps = [
"component:host_tests",
"debug:tests",
"emulator:host_tests",
"product:tests",
"product_bundle:tests",
"profile:host_tests",
"target:host_tests",
]
}
}
if (is_fuchsia) {
group("package_deps_for_host_tests") {
testonly = true
deps = [
"component:package_deps_for_host_tests",
"profile:package_deps_for_host_tests",
"target:package_deps_for_host_tests",
]
}
}