blob: a13b7774ac46801a86d6bbd0c568926b4b586f54 [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.
group("test") {
testonly = true
deps = [
":backtrace-request",
]
}
test("backtrace-request") {
sources = [
"backtrace-request-test.cpp",
]
deps = [
"$zx/system/ulib/backtrace-request:utils",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxtest",
]
}