blob: a13dd0e4d30ebec25c3bdacfc5fa54f117239068 [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 = [
"main.cpp",
"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",
]
}