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