blob: 483672d49fd730aa4160f8a8e8fe30135073988d [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("channel") {
testonly = true
sources = [
"channel.c",
]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/utest/channel-fatal:vdso_code_config",
]
}