diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-10-11 09:49:31 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-10-11 09:49:31 -0700 |
commit | 09a42f9976403e6842a291b49ac2ab3319a5d02e (patch) | |
tree | 97cff01b25f1802e845b5a64e3a73e01ebfb987a /test/syscalls/linux/BUILD | |
parent | 3f1642e4bc86c6e7febc6b2dd2b83ad48c5ee201 (diff) | |
parent | 57da3c7ddd50f9a909d9b0022fe63eb201a2ca0e (diff) |
Merge pull request #6428 from dillanzhou:fix_epoll_vfs2
PiperOrigin-RevId: 402323053
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r-- | test/syscalls/linux/BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index d844a61a7..45f6304e5 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -588,8 +588,10 @@ cc_binary( "//test/util:file_descriptor", gtest, "//test/util:posix_error", + "//test/util:socket_util", "//test/util:test_main", "//test/util:test_util", + "//test/util:thread_util", ], ) |