| # 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. | |
| import("//build/board.gni") | |
| if (is_fuchsia) { | |
| group("tests") { | |
| testonly = true | |
| deps = [] | |
| } | |
| } | |
| if (is_host) { | |
| group("host_tests") { | |
| testonly = true | |
| if (has_board) { | |
| deps = [ | |
| "route_verification:host_tests", | |
| "structured_config:host_tests", | |
| ] | |
| } | |
| } | |
| } |