blob: 803aa849267028bb4ae809e25bc93a6768d23e92 [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",
"location",
"lowpan",
"openthread",
"overnet",
"ppp",
"telephony",
"weave",
"wlan",
]
}
group("tests") {
testonly = true
deps = [
"bluetooth:tests",
"ethernet:tests",
"lib:tests",
"location:tests",
"lowpan:tests",
"management:tests",
"network:tests",
"openthread:tests",
"overnet:tests",
"ppp:tests",
"weave:tests",
"wlan:tests",
]
}