blob: ba2a7f9eaedfb0457635359a1aae894e6af11b31 [file]
# 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/aml-gxl-gpio",
"drivers/gpio",
"drivers/gpio-test",
]
}
group("tests") {
testonly = true
deps = [
"bin:tests",
"drivers:tests",
]
}