blob: 58d01d0f302df8fd2434f568da5f8320e0ea1128 [file] [log] [blame]
# Copyright 2019 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("hci") {
testonly = true
deps = [
"passthrough",
"vendor",
"virtual",
]
}
group("tests") {
testonly = true
deps = [
"passthrough:tests",
"transport/uart:tests",
"transport/usb:tests",
"vendor:tests",
"virtual:tests",
]
}