blob: 2bee952a99443b31d9c83b8f98571deb2921bbae [file] [log] [blame]
# 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.
# This provides metadata in the //:images and //:zbi_tests schemas
# transliterated from the Zircon data for //zircon/:zbi_tests and the
# subset of //zircon/:images it refers to.
group("zbi_tests") {
visibility = [
"//:images",
"//:zbi_tests",
]
testonly = true
deps = [ "//zircon/kernel/phys:tests" ]
}