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