| # 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:async-helpers-tests", |
| "bt-a2dp", |
| "bt-a2dp:tests", |
| "bt-avdtp", |
| "bt-avdtp:tests", |
| "bt-fidl-mocks:tests", |
| "fidl", |
| "fidl:tests", |
| "fuchsia-audio-codec", |
| "fuchsia-audio-codec:fuchsia-audio-codec-tests", |
| "fuchsia-audio-device-output", |
| "fuchsia-audio-device-output:fuchsia-audio-device-output-tests", |
| "fuchsia-bluetooth", |
| "fuchsia-bluetooth:tests", |
| ] |
| } |