blob: 83dd390bff95fb78359ad29fbc99d566550bdf64 [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",
# Disabled due to test flakes.
# TODO(fxbug.dev/67823): Re-enable this after fixing flake issues.
# "bt-a2dp-source-integration-tests",
"bt-avrcp-integration-tests",
# Mock cobalt component that is injected into the integration tests.
"//src/cobalt/bin/testing/mock_cobalt",
]
}