blob: 3b0e662fb5774de26d085f277fcef80ec62d669b [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",
]
}
test("storage-metrics") {
sources = [
"storage-metrics.cpp",
]
deps = [
"$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",
]
}