blob: a802ee4a0e85b21e076d8479f800b4202393a5aa [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",
"thermal-test-control:tests",
]
}