blob: 1fcb346e477d01d854214b8be79c4fd23fcde75c [file] [edit]
# 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("drivers") {
testonly = true
deps = [
"drivers/aml-thermal",
"drivers/aml-thermal-s905d2g-legacy",
"drivers/aml-thermistor",
"drivers/as370-thermal",
]
}
group("tests") {
testonly = true
deps = [
"bin:tests",
"drivers:tests",
]
}