blob: 65f520c69ca0efb16d5eaf7b03c850d66b812b2a [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 = [
":libfs-pty-test",
]
}
zx_test("libfs-pty-test") {
sources = [
"service-test.cc",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-pty:llcpp",
"$zx/system/ulib/async:async-cpp",
"$zx/system/ulib/async-loop:async-loop-cpp",
"$zx/system/ulib/async-loop:async-loop-default.static",
"$zx/system/ulib/fit",
"$zx/system/ulib/fs",
"$zx/system/ulib/fs-pty",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zxtest",
]
}