blob: 2d442d9a31538dc6226c78609ef7ae20cb6fb216 [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 = [
"drivers/aml-axg-gpio",
"drivers/as370-gpio",
"drivers/gpio",
"drivers/gpio-test",
"drivers/ti-tca6408a",
]
}
group("tests") {
testonly = true
deps = [
"bin:tests",
"drivers:tests",
]
}