blob: 32381fbf815b6a241222a763865510a2d2833fd7 [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.
zx_test("memfs") {
test_group = "fs"
sources = [
"fidl-tests.cc",
"memfs-tests.cc",
"vmofile-tests.cc",
]
deps = [
"$zx/system/fidl/fuchsia-io:llcpp",
"$zx/system/ulib/async",
"$zx/system/ulib/async:async-cpp",
"$zx/system/ulib/async:async-default",
"$zx/system/ulib/async-loop",
"$zx/system/ulib/async-loop:async-loop-cpp",
"$zx/system/ulib/async-loop:async-loop-default.static",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fs",
"$zx/system/ulib/fzl",
"$zx/system/ulib/memfs",
"$zx/system/ulib/memfs:memfs-cpp",
"$zx/system/ulib/sync",
"$zx/system/ulib/trace-engine",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}