diff options
author | Zyad A. Ali <zyad.ali.me@gmail.com> | 2021-07-15 15:23:28 +0200 |
---|---|---|
committer | Zyad A. Ali <zyad.ali.me@gmail.com> | 2021-09-15 21:56:35 +0200 |
commit | fc8819f43cae94db8345060f0af00e013dc86098 (patch) | |
tree | ed3585202342ebfa699c54f19fc1e8db72272af3 /test/syscalls/BUILD | |
parent | 149ca009678edc580de9f0b1d54f551d376742cb (diff) |
Test creation and deletion of POSIX message queues.
Updates #136
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r-- | test/syscalls/BUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index 3b55112e6..43854e80b 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -326,6 +326,10 @@ syscall_test( ) syscall_test( + test = "//test/syscalls/linux:mq_test", +) + +syscall_test( size = "medium", test = "//test/syscalls/linux:mremap_test", ) |