Skip to content

Commit

Permalink
meson: sync tests and man pages
Browse files Browse the repository at this point in the history
Relevant commits:
* multishot: b367a52
* fd-pass: a0575bd
* poll overflow: 4218ad9
* sync cancel: 59c4a3d

Signed-off-by: Florian Fischer <[email protected]>
  • Loading branch information
fischerling committed Jul 1, 2022
1 parent 0650f90 commit b0dd07d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions man/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ install_man(
'io_uring_prep_readv2.3',
'io_uring_prep_readv.3',
'io_uring_prep_recv.3',
'io_uring_prep_recv_multishot.3',
'io_uring_prep_recvmsg.3',
'io_uring_prep_recvmsg_multishot.3',
'io_uring_prep_remove_buffers.3',
'io_uring_prep_rename.3',
'io_uring_prep_renameat.3',
Expand Down
4 changes: 4 additions & 0 deletions test/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ all_tests = [
'fadvise.c',
'fallocate.c',
'fc2a85cb02ef.c',
'fd-pass.c',
'file-register.c',
'files-exit-hang-poll.c',
'files-exit-hang-timeout.c',
Expand Down Expand Up @@ -79,6 +80,7 @@ all_tests = [
'poll-cancel-ton.c',
'poll-link.c',
'poll-many.c',
'poll-mshot-overflow.c',
'poll-mshot-update.c',
'poll-ring.c',
'poll-v-poll.c',
Expand All @@ -88,6 +90,7 @@ all_tests = [
'read-write.c',
'recv-msgall.c',
'recv-msgall-stream.c',
'recv-multishot.c',
'register-restrictions.c',
'rename.c',
'ring-leak2.c',
Expand Down Expand Up @@ -121,6 +124,7 @@ all_tests = [
'submit-link-fail.c',
'submit-reuse.c',
'symlink.c',
'sync-cancel.c',
'teardowns.c',
'thread-exit.c',
'timeout.c',
Expand Down

0 comments on commit b0dd07d

Please sign in to comment.