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