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/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/checklocks/test/BUILD b/tools/checklocks/test/BUILD
index f2ea6c7c6..4b90731f5 100644
--- a/tools/checklocks/test/BUILD
+++ b/tools/checklocks/test/BUILD
@@ -5,6 +5,7 @@ package(licenses = ["notice"])
go_library(
name = "test",
srcs = [
+ "aliases.go",
"alignment.go",
"anon.go",
"atomics.go",
@@ -13,6 +14,7 @@ go_library(
"closures.go",
"defer.go",
"incompat.go",
+ "locker.go",
"methods.go",
"parameters.go",
"return.go",