blob: 1f0d71033e171be88bf026ada2e9f4eeea4c810e [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",
"//tools/blackout/blackout-host:tests",
"//tools/blackout/blackout-target:tests",
]
}
# the integration group enables the rust test harness version of the power failure tests. this group
# shouldn't be included in normal test targets - they are intended to be run under specific
# conditions in CI as opposed to for every change in CQ or being run locally.
group("integration") {
testonly = true
public_deps = [ "blobfs-fsck-soft:integration" ]
}