blob: 8a6c553f51e531db40433d60f76cf14e372100a1 [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.
group("test") {
testonly = true
deps = [
":storage-metrics",
]
}
zx_test("storage-metrics") {
sources = [
"storage-metrics-test.cc",
]
deps = [
"$zx/system/banjo/ddk.protocol.block",
"$zx/system/fidl/fuchsia-hardware-block:c",
"$zx/system/fidl/fuchsia-minfs:c",
"$zx/system/fidl/fuchsia-storage-metrics:c",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/storage-metrics",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxtest",
]
}