aboutsummaryrefslogtreecommitdiff
path: root/tests/integration/go_bin_runner/BUILD.bazel
blob: e7db9531825e0ebf9fffcc56305c68456186ad12 (plain)
1
2
3
4
5
6
load("//go/tools/bazel_testing:def.bzl", "go_bazel_test")

go_bazel_test(
    name = "go_bin_runner_test",
    srcs = ["go_bin_runner_test.go"],
)