blob: 2d538d0c93613ead21e17cfeaae8ff2a133e4518 [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 = [
"bin:tests",
"blobfs-corrupt:tests",
"conformance:tests",
"ext4:tests",
"fs-management-tests:tests",
"fs_test:tests",
"lib:tests",
"volume_image:tests",
]
}