# Copyright 2020 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 = [ | |
"aml-meson-power:tests", | |
"as370-power:tests", | |
"msm8x53-power:tests", | |
"mtk-power:tests", | |
"power:tests", | |
"silergy:tests", | |
"ti-ina231:tests", | |
"vs680-power:tests", | |
] | |
} |