blob: 5ae7f617c1411f5567b692fa3f0124c815f0e303 [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("drivers") {
testonly = true
deps = [
"//src/devices/temperature/drivers/aml-trip:aml-trip",
"//src/devices/temperature/drivers/shtv3:shtv3",
"//src/devices/temperature/drivers/tmp112:tmp112",
]
}
group("tests") {
testonly = true
deps = [ "drivers:tests" ]
}