blob: 91b797136b5ebdf1579597e0760cc35f8c305ff5 [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.
import("//build/board.gni")
import("//build/images/paths.gni")
group("boot_tests") {
testonly = true
# only define boot_tests if a board is defined.
if (has_board) {
deps = [ "//bundles/bringup:boot_tests" ]
}
}