blob: f53edfffb2bb7dc8b1fac44e18e7a141f071ce8c [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.
# Integration test for requesting a backtrace.
#
# Related unittests exist alongside the backtrace and crashsvc code, but
# this verifies that the pieces are working together correctly.
test("backtrace-request-integration") {
sources = [
"backtrace-request-test.cpp",
]
deps = [
"$zx/system/ulib/backtrace-request",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zxtest",
]
}