blob: 71f05cb6c285641de28829dd2a2b319d22f49f84 [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.
source_set("bti") {
testonly = true
sources = [ "bti.cc" ]
deps = [
"//sdk/lib/fdio",
"//zircon/system/ulib/zx",
"//zircon/system/ulib/zxtest",
]
}