blob: e5e4b6e2212d1affe023aff2a5aad23d69bc1b23 [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("fifo") {
testonly = true
sources = [ "fifo.cc" ]
deps = [
"//zircon/system/ulib/fbl",
"//zircon/system/ulib/zx",
"//zircon/system/ulib/zxtest",
]
}