gvisor.dev/gvisor@v0.0.0-20240520182842-f9d4d51c7e0f/test/packetimpact/dut/linux/BUILD (about)

     1  load("//tools:defs.bzl", "go_library")
     2  
     3  package(
     4      default_applicable_licenses = ["//:license"],
     5      default_visibility = ["//test/packetimpact/dut:__subpackages__"],
     6      licenses = ["notice"],
     7  )
     8  
     9  go_library(
    10      name = "linux",
    11      testonly = True,
    12      srcs = ["linux.go"],
    13      deps = [
    14          "//test/packetimpact/dut",
    15          "//test/packetimpact/netdevs/netlink",
    16          "//test/packetimpact/testbench",
    17      ],
    18  )