| # Copyright 2019 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/test.gni") | |
| group("test") { | |
| testonly = true | |
| deps = [ ":firmware_zbi_test($host_toolchain)" ] | |
| } | |
| test("firmware_zbi_test") { | |
| sources = [ "zbi.cc" ] | |
| deps = [ | |
| "//src/firmware/lib/zbi:in_tree", | |
| "//zircon/public/lib/fbl", | |
| "//zircon/public/lib/pretty", | |
| "//zircon/public/lib/zxtest", | |
| ] | |
| } |