Skip to content

Commit b0dd07d

Browse files
committed
meson: sync tests and man pages
Relevant commits: * multishot: b367a52 * fd-pass: a0575bd * poll overflow: 4218ad9 * sync cancel: 59c4a3d Signed-off-by: Florian Fischer <[email protected]>
1 parent 0650f90 commit b0dd07d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

man/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ install_man(
4848
'io_uring_prep_readv2.3',
4949
'io_uring_prep_readv.3',
5050
'io_uring_prep_recv.3',
51+
'io_uring_prep_recv_multishot.3',
5152
'io_uring_prep_recvmsg.3',
53+
'io_uring_prep_recvmsg_multishot.3',
5254
'io_uring_prep_remove_buffers.3',
5355
'io_uring_prep_rename.3',
5456
'io_uring_prep_renameat.3',

test/meson.build

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ all_tests = [
3939
'fadvise.c',
4040
'fallocate.c',
4141
'fc2a85cb02ef.c',
42+
'fd-pass.c',
4243
'file-register.c',
4344
'files-exit-hang-poll.c',
4445
'files-exit-hang-timeout.c',
@@ -79,6 +80,7 @@ all_tests = [
7980
'poll-cancel-ton.c',
8081
'poll-link.c',
8182
'poll-many.c',
83+
'poll-mshot-overflow.c',
8284
'poll-mshot-update.c',
8385
'poll-ring.c',
8486
'poll-v-poll.c',
@@ -88,6 +90,7 @@ all_tests = [
8890
'read-write.c',
8991
'recv-msgall.c',
9092
'recv-msgall-stream.c',
93+
'recv-multishot.c',
9194
'register-restrictions.c',
9295
'rename.c',
9396
'ring-leak2.c',
@@ -121,6 +124,7 @@ all_tests = [
121124
'submit-link-fail.c',
122125
'submit-reuse.c',
123126
'symlink.c',
127+
'sync-cancel.c',
124128
'teardowns.c',
125129
'thread-exit.c',
126130
'timeout.c',

0 commit comments

Comments
 (0)