blob: fd1383aa5ace2df35696782d7a8995227fe32239 [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")
# Define a name provider, which is required for BT-GAP
fuchsia_test_component("device-name-provider") {
manifest = "meta/device-name-provider.cmx"
deps = [ "//src/bringup/bin/device-name-provider" ]
}
group("tests") {
testonly = true
deps = [
"audio-device-output-harness",
"bt-bonding-integration:bt-bonding-integration-tests",
"bt-gap-lifecycle:bt-gap-lifecycle-tests",
"bt-host-integration:bt-host-integration-tests",
"bt-profile-integration:bt-profile-integration-tests",
"integration:bt-integration-tests",
"//src/connectivity/bluetooth/core/bt-host:bt_host_bind_test",
]
}