blob: b85828f20682354debb2ee1cd4e2d0af30666c73 [file] [log] [blame]
# Copyright 2020 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("stream") {
testonly = true
sources = [ "stream.cc" ]
deps = [
"//sdk/lib/fdio",
"//zircon/system/ulib/fbl",
"//zircon/system/ulib/zx",
"//zircon/system/ulib/zxtest",
"//zircon/system/utest/core/pager:userpager",
]
}