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