aboutsummaryrefslogtreecommitdiff
path: root/tests/integration/go_bin_runner/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/go_bin_runner/BUILD.bazel')
-rw-r--r--tests/integration/go_bin_runner/BUILD.bazel6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/integration/go_bin_runner/BUILD.bazel b/tests/integration/go_bin_runner/BUILD.bazel
new file mode 100644
index 00000000..e7db9531
--- /dev/null
+++ b/tests/integration/go_bin_runner/BUILD.bazel
@@ -0,0 +1,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"],
+)