blob: 05c5b61c430cec27891465853ad076d19d03cee9 [file] [log] [blame] [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-gpio",
"drivers/as370-gpio",
"drivers/gpio",
"drivers/gpio-test",
"drivers/imx8m-gpio",
"drivers/ti-tca6408a",
]
}
group("tests") {
testonly = true
deps = [
"bin:tests",
"drivers:tests",
]
}