blob: 8eef6569047bb32eb5e44895bfa75c95ac0a1af8 [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/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" ]
}