blob: 2fc7911c414b6992f55d72bf63b057766c597c44 [file] [log] [blame]
# 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",
"//src/lib/zbitl",
"//zircon/system/ulib/fbl",
"//zircon/system/ulib/pretty",
"//zircon/system/ulib/zxtest",
]
}