blob: 2c137a32f6c0e4ebbd4c5c2bd4064b20cebc1766 [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-nna",
"drivers/usb-harriet",
]
}
group("tests") {
testonly = true
deps = [ "drivers:tests" ]
}