blob: 33dc7fe89e89d95a959a19f541d6f56dcc9f3719 [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",
]
}