github.com/SagerNet/gvisor@v0.0.0-20210707092255-7731c139d75c/test/benchmarks/harness/BUILD (about) 1 load("//tools:defs.bzl", "go_library") 2 3 package(licenses = ["notice"]) 4 5 go_library( 6 name = "harness", 7 testonly = 1, 8 srcs = [ 9 "harness.go", 10 "machine.go", 11 "util.go", 12 ], 13 visibility = ["//:sandbox"], 14 deps = [ 15 "//pkg/cleanup", 16 "//pkg/test/dockerutil", 17 "//pkg/test/testutil", 18 "@com_github_docker_docker//api/types/mount:go_default_library", 19 ], 20 )