| # 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. | |
| zx_test("devfs") { | |
| test_group = "fs" | |
| sources = [ | |
| "fdio-tests.cc", | |
| "fidl-tests.cc", | |
| ] | |
| deps = [ | |
| "$zx/system/fidl/fuchsia-io:llcpp", | |
| "$zx/system/ulib/fbl", | |
| "$zx/system/ulib/fdio", | |
| "$zx/system/ulib/fs", | |
| "$zx/system/ulib/zircon", | |
| "$zx/system/ulib/zx", | |
| "$zx/system/ulib/zxtest", | |
| ] | |
| } |