blob: 0ebb4c1ddff51e86d92c29341e73f10586e848d6 [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 = [
"//src/zircon/testing/standalone-test",
"//zircon/system/ulib/zx",
"//zircon/system/ulib/zxtest",
]
}