blob: a6b8e591b32792300afebb5cc802de8401935fde [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("lib") {
testonly = true
deps = [
"fidl_fuchsia_net_name_ext",
"fidl_fuchsia_net_stack_ext",
"fuzz-util",
"internet-checksum",
"net-declare",
"net-types",
"network-device",
"packet-formats",
"packet-formats-dhcp",
"ping",
]
}
group("tests") {
testonly = true
deps = [
"fidl_fuchsia_net_name_ext:fidl-fuchsia-net-name-ext-tests",
"fidl_fuchsia_net_stack_ext:fidl-fuchsia-net-stack-ext-tests",
"packet-formats:tests",
"packet-formats-dhcp:tests",
"//src/connectivity/lib/internet-checksum:tests",
"//src/connectivity/lib/net-declare:tests",
"//src/connectivity/lib/net-types:tests",
"//src/connectivity/lib/network-device:tests",
"//src/connectivity/lib/ping:tests",
]
}