summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/BUILD
diff options
context:
space:
mode:
authorZyad A. Ali <zyad.ali.me@gmail.com>2021-07-15 15:23:28 +0200
committerZyad A. Ali <zyad.ali.me@gmail.com>2021-09-15 21:56:35 +0200
commitfc8819f43cae94db8345060f0af00e013dc86098 (patch)
treeed3585202342ebfa699c54f19fc1e8db72272af3 /test/syscalls/BUILD
parent149ca009678edc580de9f0b1d54f551d376742cb (diff)
Test creation and deletion of POSIX message queues.
Updates #136
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r--test/syscalls/BUILD4
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",
)