gvisor/test/runtimes/java/BUILD

10 lines
196 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_binary")
package(licenses = ["notice"])
go_binary(
name = "proctor-java",
srcs = ["proctor-java.go"],
deps = ["//test/runtimes/common"],
)