blob: f6949aecb7ebbfd15b1a67fc36aa5a977ffdc1fd [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.
import("$zx/public/gn/toolchain/environment_redirect.gni")
test("channel-fatal") {
sources = [
"channel-fatal-test.cc",
]
deps = [
":vdso-code-header",
"$zx/system/ulib/fdio",
"$zx/system/ulib/test-utils",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zxtest",
]
}
environment_redirect("vdso-code-header") {
environment_label = "$zx/kernel"
deps = [
"$zx/kernel/lib/userabi:vdso-code-header",
]
}