blob: c48d1c2dcedcbc84610835cf2f5b4f371d32898e [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("pty") {
sources = [
"pty-test.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-pty:c",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fzl",
"$zx/system/ulib/unittest",
]
}