summaryrefslogtreecommitdiffhomepage
path: root/test/runtimes/proctor/BUILD
blob: fdc6d31739394244ce0c54c1b25013052abcb43e (plain)
1
2
3
4
5
6
7
8
9
10
11
load("//tools:defs.bzl", "go_binary")

package(licenses = ["notice"])

go_binary(
    name = "proctor",
    srcs = ["main.go"],
    pure = True,
    visibility = ["//test/runtimes:__pkg__"],
    deps = ["//test/runtimes/proctor/lib"],
)