blob: ca3f33039d1d6e63305f3b487d0c41d1e2c7b932 [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-uart",
"drivers/aml-uart:aml-uart-dfv2",
"drivers/ftdi:ftdi",
"drivers/ftdi:ftdi-fake-usb",
"drivers/serial",
"drivers/serial-async",
"drivers/uart16550",
"drivers/usb-cdc-acm:fake-usb-cdc-acm",
"drivers/usb-cdc-acm:usb-cdc-acm",
"drivers/virtio-console:virtio_console",
]
}
group("tests") {
testonly = true
deps = [ "drivers:tests" ]
}