blob: 0031e4b756d617644de17f40ef4cd665c91b0490 [file] [log] [blame]
# 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",
]
}