blob: 9dcd5053276a61bd33d8b3edff72c1c24cad3f35 [file] [log] [blame]
# Copyright 2019 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("connectivity") {
testonly = true
deps = [
":tests",
"bluetooth",
"overnet",
"telephony",
"wlan",
]
}
group("tests") {
testonly = true
data_deps = [
"//src/connectivity/bluetooth/core/bt-gap:tests",
"//src/connectivity/bluetooth/core/bt-host:bluetooth_fuzzers_test",
"//src/connectivity/bluetooth/lib/bt-avdtp:tests",
"//src/connectivity/bluetooth/lib/fuchsia-bluetooth:tests",
"//src/connectivity/bluetooth/profiles/bt-a2dp-sink:tests",
"//src/connectivity/bluetooth/tests",
"//src/connectivity/network/http_client:tests",
"//src/connectivity/network/mdns/service:mdns_tests",
"//src/connectivity/network/testing/netemul:tests",
"//src/connectivity/overnet/examples:tests",
"//src/connectivity/overnet/lib:overnet_tests",
"//src/connectivity/overnet/lib:overnet_fuzzer_tests",
"//src/connectivity/overnet/overnetstack:overnetstack_tests",
"//src/connectivity/telephony/lib/qmi-protocol:tests",
"//src/connectivity/wlan:tests",
]
}