blob: ab3dc90a13596c47ac61bddf51b57124880787dd [file] [log] [blame]
# Copyright 2018 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.
import("//build/components.gni")
group("tests") {
testonly = true
deps = [
"audio-device-output-harness",
"bt-access-integration-tests",
"bt-bonding-integration:bt-bonding-integration-tests",
"bt-bootstrap-integration:bt-bootstrap-integration-tests",
"bt-host-integration:bt-host-integration-tests",
"bt-inspect-integration:bt-inspect-integration-tests",
"bt-le-integration:bt-le-integration-tests",
"bt-manifest-integration-tests:tests",
"bt-profile-integration:bt-profile-integration-tests",
"//src/connectivity/bluetooth/core/bt-host:bt_host_bind_test",
]
}