blob: 6da84adee6fa29e9bede7a30d229b98f40f78812 [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:tests",
"blobfs-corrupt:tests",
"conformance:tests",
"ext4:tests",
"extractor:tests",
"factory:tests",
"fs_test:tests",
"fshost:tests",
"fuchsia-fatfs:tests",
"fvm:tests",
"fxfs:tests",
"host_fs_test:tests",
"lib:tests",
"memfs/test:tests",
"minfs:tests",
"stress-tests",
"tools/blobfs-compression/test:tests",
"volume_image:tests",
]
}
# a set of storage tools useful for development and debugging
group("tools") {
deps = [
"factory/export_ffs:export-ffs",
"tools/blobfs-compression:blobfs-compression",
]
}