summaryrefslogtreecommitdiffhomepage
path: root/test/iptables/runner/BUILD
blob: 24504a1b98a4f8477a86aa8647f17fc3fd3c9858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"],
)