summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/BUILD
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@google.com>2020-01-17 13:31:26 -0800
committergVisor bot <gvisor-bot@google.com>2020-01-17 13:32:51 -0800
commit9073521098ee52cdda74a193565b7bbe75d8c35a (patch)
treefc526eb81b9bd815cc135715fe142f242b6781d2 /test/syscalls/BUILD
parent23fa847910eeee05babeea4f712b905115eeb865 (diff)
Convert EventMask to uint64
It is used for signalfd where the maximum signal is 64. PiperOrigin-RevId: 290331008
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r--test/syscalls/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD
index 829693e8e..90d52e73b 100644
--- a/test/syscalls/BUILD
+++ b/test/syscalls/BUILD
@@ -380,6 +380,8 @@ syscall_test(test = "//test/syscalls/linux:rseq_test")
syscall_test(test = "//test/syscalls/linux:rtsignal_test")
+syscall_test(test = "//test/syscalls/linux:signalfd_test")
+
syscall_test(test = "//test/syscalls/linux:sched_test")
syscall_test(test = "//test/syscalls/linux:sched_yield_test")