summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/BUILD
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-01-30 14:03:22 -0800
committergVisor bot <gvisor-bot@google.com>2020-01-30 14:03:22 -0800
commitd62362f63fb86591832ee8e36e833df20b8218f6 (patch)
treece543d5fe19d2db7b125278f412bf241158c7273 /test/syscalls/linux/BUILD
parent4ee64a248ec16fcc9e526a457a66648546611bfb (diff)
parent49e84b10e5ed7f94e6cbe003b9f7268e8235bb08 (diff)
Merge pull request #1630 from xiaobo55x:kOLargeFile
PiperOrigin-RevId: 292419699
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r--test/syscalls/linux/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD
index 7958fd0d7..6f57c9755 100644
--- a/test/syscalls/linux/BUILD
+++ b/test/syscalls/linux/BUILD
@@ -754,6 +754,7 @@ cc_binary(
":socket_test_util",
"//test/util:cleanup",
"//test/util:eventfd_util",
+ "//test/util:fs_util",
"//test/util:multiprocess_util",
"//test/util:posix_error",
"//test/util:save_util",
@@ -1391,6 +1392,7 @@ cc_binary(
linkstatic = 1,
deps = [
"//test/util:file_descriptor",
+ "//test/util:fs_util",
"//test/util:posix_error",
"//test/util:temp_path",
"//test/util:test_main",