blob: b37f6ef589df5c4d7f7541546a4dcf6012987507 [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 = [
"internet-checksum",
"net-declare",
"net-types",
"network-device",
]
}
group("tests") {
testonly = true
deps = [
"//src/connectivity/lib/internet-checksum:tests",
"//src/connectivity/lib/net-declare:tests",
"//src/connectivity/lib/net-types:tests",
"//src/connectivity/lib/network-device:tests",
]
}