summaryrefslogtreecommitdiffhomepage
path: root/test/benchmarks/fs/BUILD
diff options
context:
space:
mode:
authorZach Koopmans <zkoopmans@google.com>2020-07-17 16:13:44 -0700
committergVisor bot <gvisor-bot@google.com>2020-07-17 16:23:10 -0700
commite3c2bd51a1a970991cce71d6994bb053c546e538 (patch)
tree0363d1825f3959c63959f6baa2d085c6c17b4095 /test/benchmarks/fs/BUILD
parent03c30ec634e529eb0f0051b0de03d4811706fe72 (diff)
Move main methods for benchmark packages main package file.
PiperOrigin-RevId: 321875119
Diffstat (limited to 'test/benchmarks/fs/BUILD')
-rw-r--r--test/benchmarks/fs/BUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/benchmarks/fs/BUILD b/test/benchmarks/fs/BUILD
index 606331895..2874cdbb3 100644
--- a/test/benchmarks/fs/BUILD
+++ b/test/benchmarks/fs/BUILD
@@ -4,7 +4,9 @@ package(licenses = ["notice"])
go_library(
name = "fs",
+ testonly = 1,
srcs = ["fs.go"],
+ deps = ["//test/benchmarks/harness"],
)
go_test(
@@ -17,8 +19,5 @@ go_test(
"local",
"manual",
],
- deps = [
- "//pkg/test/dockerutil",
- "//test/benchmarks/harness",
- ],
+ deps = ["//pkg/test/dockerutil"],
)