blob: 1022f9060904ca58f56548f1e028ab2365318ef3 [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("tests") {
testonly = true
deps = [
"bt-a2dp-loopback",
"bt-a2dp-source-integration-tests",
"bt-avrcp-integration-tests",
"bt-hfp-audio-gateway-integration-tests",
# Mock cobalt component that is injected into the integration tests.
"//src/cobalt/bin/testing/mock_cobalt",
# Profile test server component that is injected into the integration tests.
"//src/connectivity/bluetooth/testing/bt-profile-test-server",
]
}