blob: 3b71618a25d6c72e444e014592ac0e9dca7768b2 [file] [log] [blame]
# Copyright 2020 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.
import("//build/test.gni")
test("minfs_host") {
sources = [ "bcache_test.cc" ]
deps = [
"//src/storage/minfs",
"//zircon/system/ulib/zxtest",
]
}