# 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", | |
] | |
} |