blob: cad0afa272cd33453977527d78352b78f5a370e8 [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("lib") {
testonly = true
deps = [
"async-helpers",
"async-helpers:tests",
"bt-a2dp",
"bt-a2dp:tests",
"bt-avdtp",
"bt-avdtp:tests",
"bt-fidl-mocks:tests",
"bt-profile-test-server",
"bt-rfcomm",
"bt-rfcomm:tests",
"bt-test-harness",
"cpp-type",
"cpp-type:tests",
"fidl",
"fidl:tests",
"fuchsia-audio-codec",
"fuchsia-audio-codec:tests",
"fuchsia-audio-device-output",
"fuchsia-audio-device-output:tests",
"fuchsia-bluetooth",
"fuchsia-bluetooth:tests",
"packet-encoding",
"packet-encoding:tests",
"test-harness",
]
}