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