blob: 1efbf8702923497526f29e96f71bac20b6f41c5f [file] [log] [blame]
# 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 = [ "structured_config:host_tests" ]
}
}
if (is_fuchsia) {
group("package_deps_for_host_tests") {
testonly = true
deps = [ "structured_config:package_deps_for_host_tests" ]
}
}