blob: f5a2b9aa4ab4e9076f44fbb7e6aa57de4483d746 [file] [log] [blame]
# Copyright 2024 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("power") {
testonly = true
deps = [
"optimistic_lease_management",
"suspend_config",
"wake_lease",
]
}
group("hermetic_tests") {
testonly = true
deps = [
"optimistic_lease_management:tests",
"suspend_config:tests",
"wake_lease:tests",
]
}