blob: c3e0b51e7753aedc17addcbd6c6e8930f209be7c [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.cc",
"test-directory.cc",
"test-maxfile.cc",
"test-rw-workers.cc",
"test-sparse.cc",
"test-truncate.cc",
"util.cc",
]
deps = [
"$zx/system/ulib/minfs",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon-internal",
]
}