xref: /aosp_15_r20/external/bazelbuild-rules_go/tests/integration/go_bin_runner/BUILD.bazel (revision 9bb1b549b6a84214c53be0924760be030e66b93a)
1load("//go/tools/bazel_testing:def.bzl", "go_bazel_test")
2
3go_bazel_test(
4    name = "go_bin_runner_test",
5    srcs = ["go_bin_runner_test.go"],
6)
7