blob: 3f2e437dc9e5718b3bf123a05a1e7622378f7e84 [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("fs-host") {
sources = [
"test-basic.cpp",
"test-directory.cpp",
"test-maxfile.cpp",
"test-rw-workers.cpp",
"test-sparse.cpp",
"test-truncate.cpp",
"util.cpp",
]
deps = [
"$zx/system/ulib/minfs",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon-internal",
]
}