diff options
author | Zyad A. Ali <zyad.ali.me@gmail.com> | 2021-06-11 19:15:07 +0200 |
---|---|---|
committer | Zyad A. Ali <zyad.ali.me@gmail.com> | 2021-08-03 18:13:24 +0200 |
commit | 61bb9b254e3e03af9d4d1ee1e2fabd7d2ce13f5e (patch) | |
tree | f4ad1acbf4aa3edb3fa5f8ef03c3bbccddd236ce /test/syscalls/linux/BUILD | |
parent | addbf189793b27ead116b412bfff677dc1192e58 (diff) |
Add blocking and general tests for msgsnd(2) and msgrcv(2).
Updates #135
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 bcef17528..6bea5a680 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -4172,6 +4172,7 @@ cc_binary( srcs = ["msgqueue.cc"], linkstatic = 1, deps = [ + "@com_google_absl//absl/time", "//test/util:capability_util", "//test/util:temp_path", "//test/util:test_main", |