blob: 5278dc8dafccf0cb30da957508de84870443b4cf [file]
# Copyright 2020 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.
assert(is_fuchsia, "These can only be defined in the default toolchain")
# This provides metadata in the //:boot_tests schema.
group("boot_tests") {
testonly = true
deps = [
"//sdk/lib/c:boot_tests",
"//src/bringup/lib:boot_tests",
"//src/lib:boot_tests",
"//zircon/kernel:boot_tests",
"//zircon/system/utest/core:boot_tests",
]
}