| # 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("testing") { | |
| testonly = true | |
| deps = [ ":tests" ] | |
| } | |
| group("tests") { | |
| testonly = true | |
| deps = [ | |
| "client:tests", | |
| "fake-battery:tests", | |
| "fake-domain-controller:tests", | |
| "fake-powersensor:tests", | |
| "system-integration:tests", | |
| "thermal-test-control:tests", | |
| "topology-test-daemon:tests", | |
| ] | |
| } |