diff options
Diffstat (limited to 'tools/checklinkname/test/BUILD')
-rw-r--r-- | tools/checklinkname/test/BUILD | 9 |
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"], +) |