blob: f6d2d271d2fd055c0c3a9d2069ac0cb5eb114b53 [file] [log] [blame]
# 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")
group("tests") {
testonly = true
}
if (is_host) {
group("host_tests") {
testonly = true
# The assembly integration tests can only be performed when a board is
# defined.
if (has_board) {
deps = [
"assemble_image",
"compiled_package:compiled_package_test",
"developer_packages",
"product_drivers",
"structured_config",
]
}
}
}