| # 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("profiles") { | |
| testonly = true | |
| deps = [ | |
| "bt-a2dp-manager", | |
| "bt-a2dp-manager:bt-a2dp-manager-tests", | |
| "bt-a2dp-sink", | |
| "bt-a2dp-sink:tests", | |
| "bt-a2dp-source", | |
| "bt-a2dp-source:tests", | |
| "bt-avrcp", | |
| "bt-avrcp:tests", | |
| "bt-avrcp-target", | |
| "bt-avrcp-target:tests", | |
| "bt-hog", | |
| "bt-rfcomm", | |
| "bt-rfcomm:tests", | |
| "tests", | |
| ] | |
| } |