aboutsummaryrefslogtreecommitdiff
path: root/tests/legacy/info/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'tests/legacy/info/BUILD.bazel')
-rw-r--r--tests/legacy/info/BUILD.bazel6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/legacy/info/BUILD.bazel b/tests/legacy/info/BUILD.bazel
new file mode 100644
index 00000000..4266fc2b
--- /dev/null
+++ b/tests/legacy/info/BUILD.bazel
@@ -0,0 +1,6 @@
+sh_test(
+ name = "info",
+ srcs = ["info_test.sh"],
+ args = ["$(location @io_bazel_rules_go//:go_info)"],
+ data = ["@io_bazel_rules_go//:go_info"],
+)