gvisor/test/runtimes/runner/BUILD

12 lines
236 B
Python

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