blob: 9c4be75684e548a91395d9fb4762aa6221481c39 [file]
# 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_overrides",
"product_drivers",
"structured_config",
]
}
}
}