blob: 3f2b66093154c9604d1adb1593039d500b1e39bc [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("fdio") {
sources = [
"fdio_handle_fd.c",
"fdio_open_max.c",
"fdio_path_canonicalize.c",
"fdio_root.c",
"fdio_socket.c",
"fdio_socketpair.c",
"main.c",
]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
]
}