summaryrefslogtreecommitdiffhomepage
path: root/tools/checklinkname/test/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checklinkname/test/BUILD')
-rw-r--r--tools/checklinkname/test/BUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/checklinkname/test/BUILD b/tools/checklinkname/test/BUILD
new file mode 100644
index 000000000..b29bd84f2
--- /dev/null
+++ b/tools/checklinkname/test/BUILD
@@ -0,0 +1,9 @@
+load("//tools:defs.bzl", "go_library")
+
+package(licenses = ["notice"])
+
+go_library(
+ name = "test",
+ testonly = 1,
+ srcs = ["test_unsafe.go"],
+)