blob: fc37d386f249021436bcb2e66920b5d6697fcc0c [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:tests",
"bt-avrcp-integration-tests:tests",
"bt-device-id-integration-tests:tests",
"bt-hfp-audio-gateway-integration-tests:tests",
"bt-rfcomm-integration-tests:tests",
# Mock cobalt component that is injected into the integration tests.
"//src/cobalt/bin/testing/mock_cobalt",
# Mock piconet server component that is injected into the integration tests.
"//src/connectivity/bluetooth/testing/mock-piconet-server",
]
}