| # Copyright 2022 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 | |
| public_deps = [ "gen_eager_package_config:host_tests" ] | |
| } | |
| } | |
| group("all_tests") { | |
| testonly = true | |
| public_deps = [ ":host_tests($host_toolchain)" ] | |
| } |