blob: d5c95538f19fd5046725f638d05c5a59e983605e [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("storage") {
deps = [ "ext4" ]
}
group("tests") {
testonly = true
deps = [
"blobfs-corrupt:tests",
"conformance:tests",
"ext4:tests",
"volume_image:tests",
]
}