blob: 636cac8406e64449a8a66dd9a32499e783b5c5cc [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("all") {
testonly = true
public_deps = [
"//tools/blackout/blobfs-fsck-soft",
"//tools/blackout/minfs-fsck",
]
}
group("tests") {
testonly = true
public_deps = [
"blobfs-fsck-soft:tests",
]
}