| # Copyright 2024 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("rust_netlink") { |
| deps = [ |
| "netlink_packet_core", |
| "netlink_packet_generic", |
| "netlink_packet_route", |
| "netlink_packet_sock_diag", |
| "netlink_packet_utils", |
| ] |
| } |
| |
| group("tests") { |
| testonly = true |
| deps = [ |
| "netlink_packet_core:tests", |
| "netlink_packet_generic:tests", |
| "netlink_packet_route:tests", |
| "netlink_packet_sock_diag:tests", |
| "netlink_packet_utils:tests", |
| ] |
| } |