blob: c70ad5dd7306aa8a61c5c211f50719bd7f7125ea [file] [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",
]
}
}