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/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/checklocks/test/BUILD b/tools/checklocks/test/BUILD
index 4b90731f5..21a68fbdf 100644
--- a/tools/checklocks/test/BUILD
+++ b/tools/checklocks/test/BUILD
@@ -13,7 +13,9 @@ go_library(
"branches.go",
"closures.go",
"defer.go",
+ "globals.go",
"incompat.go",
+ "inferred.go",
"locker.go",
"methods.go",
"parameters.go",
@@ -21,4 +23,8 @@ go_library(
"rwmutex.go",
"test.go",
],
+ # This ensures that there are no dependencies, since we want to explicitly
+ # control expected failures for analysis.
+ marshal = False,
+ stateify = False,
)