diff options
author | Zyad A. Ali <zyad.ali.me@gmail.com> | 2021-06-04 22:04:37 +0200 |
---|---|---|
committer | Zyad A. Ali <zyad.ali.me@gmail.com> | 2021-08-03 18:13:24 +0200 |
commit | addbf189793b27ead116b412bfff677dc1192e58 (patch) | |
tree | 34b6d6f1d6b2ca7b68e26399952a9c61e31699e5 /test/syscalls/linux/BUILD | |
parent | 4f6c1f30937ebb0a9be6685cfab577b0e5c5a3ac (diff) |
Add non-blocking 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 3383495d0..bcef17528 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -4172,6 +4172,7 @@ cc_binary( srcs = ["msgqueue.cc"], linkstatic = 1, deps = [ + "//test/util:capability_util", "//test/util:temp_path", "//test/util:test_main", "//test/util:test_util", |