github.com/SagerNet/gvisor@v0.0.0-20210707092255-7731c139d75c/test/runtimes/runner/BUILD (about)

     1  load("//tools:defs.bzl", "go_binary")
     2  
     3  package(licenses = ["notice"])
     4  
     5  go_binary(
     6      name = "runner",
     7      testonly = 1,
     8      srcs = ["main.go"],
     9      visibility = ["//test/runtimes:__pkg__"],
    10      deps = ["//test/runtimes/runner/lib"],
    11  )