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