diff options
author | Dean Deng <deandeng@google.com> | 2019-10-21 14:53:44 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-10-21 14:55:18 -0700 |
commit | 0b569b7caebc2b7785732ed6cb8248cf0568783f (patch) | |
tree | 5fac50eea5f8a1fea265336ea20e6fca8c0718a1 /test/syscalls/linux/BUILD | |
parent | a9358ce81fca1c99449ce6fd28faf3f04baf6104 (diff) |
Add basic implementation of execveat syscall and associated tests.
Allow file descriptors of directories as well as AT_FDCWD.
PiperOrigin-RevId: 275929668
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r-- | test/syscalls/linux/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index cf4c63b40..b869ca6f9 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -670,6 +670,7 @@ cc_binary( "//test/util:thread_util", "@com_google_absl//absl/strings", "@com_google_absl//absl/synchronization", + "@com_google_absl//absl/types:optional", "@com_google_googletest//:gtest", ], ) |