gvisor/test/iptables/runner/BUILD

13 lines
250 B
Python

load("//tools:defs.bzl", "go_binary")
package(licenses = ["notice"])
go_binary(
name = "runner",
testonly = 1,
srcs = ["main.go"],
pure = True,
visibility = ["//test/iptables:__subpackages__"],
deps = ["//test/iptables"],
)