blob: 9f46d2564128e24422967f3c4a9ce965fbc59bb4 [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.
test("zbi") {
sources = [
"zbi.cpp",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/libzbi",
"$zx/system/ulib/pretty",
"$zx/system/ulib/unittest",
]
if (is_fuchsia) {
deps += [ "$zx/system/ulib/fdio" ]
}
}