blob: 5993748831444aaacba41f5b5e3b3e57ac7f5701 [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("fake-bti") {
sources = [
"fake-bti-test.cpp",
]
deps = [
"$zx/system/dev/lib/fake-bti",
"$zx/system/ulib/fbl",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxtest",
]
configs += [ "$zx/public/gn/config:static-libc++" ]
}