blob: d9ff06423e92761a351c223e00fac564eb5ef0f0 [file] [log] [blame]
# Copyright 2022 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("tests") {
testonly = true
deps = [
"blobfs-compression:tests",
"blobfs-corrupt:tests",
]
}
group("tools") {
deps = [
"blobfs-compression",
"blobfs-corrupt",
]
}