summaryrefslogtreecommitdiffhomepage
path: root/test/fsstress/BUILD
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2021-07-20 22:18:47 -0700
committergVisor bot <gvisor-bot@google.com>2021-07-20 22:21:24 -0700
commit0184f1a662b893a1634e9b2cf3adff57971b668c (patch)
tree01b67e01182728a2fb2ca97f83d6ab0f955f2d65 /test/fsstress/BUILD
parent990cd1a950955e25dc8935a6aca61906307a0851 (diff)
Add fsstress test to goferfs
PiperOrigin-RevId: 385937353
Diffstat (limited to 'test/fsstress/BUILD')
-rw-r--r--test/fsstress/BUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/fsstress/BUILD b/test/fsstress/BUILD
index e74e7fff2..402445a7e 100644
--- a/test/fsstress/BUILD
+++ b/test/fsstress/BUILD
@@ -14,7 +14,11 @@ go_test(
"manual",
"local",
],
- deps = ["//pkg/test/dockerutil"],
+ deps = [
+ "//pkg/test/dockerutil",
+ "//pkg/test/testutil",
+ "@com_github_docker_docker//api/types/mount:go_default_library",
+ ],
)
go_library(