diff options
| author | mbuhl <> | 2022-09-11 20:51:44 +0000 |
|---|---|---|
| committer | mbuhl <> | 2022-09-11 20:51:44 +0000 |
| commit | 72fe4eb86ffec1e1c4ed0b0cd502e56dc937eb39 (patch) | |
| tree | 62bf34c1df3f817a4f7adbf9104b6ba32db8252f /src/regress/lib/libc/sys/Makefile | |
| parent | 7e5d2cb927223e2d6b747ecab3022cfb81b37b7f (diff) | |
| download | openbsd-72fe4eb86ffec1e1c4ed0b0cd502e56dc937eb39.tar.gz openbsd-72fe4eb86ffec1e1c4ed0b0cd502e56dc937eb39.tar.bz2 openbsd-72fe4eb86ffec1e1c4ed0b0cd502e56dc937eb39.zip | |
Add regression tests for the sendmmsg and recvmmsg system calls.
Diffstat (limited to 'src/regress/lib/libc/sys/Makefile')
| -rw-r--r-- | src/regress/lib/libc/sys/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libc/sys/Makefile b/src/regress/lib/libc/sys/Makefile index 93b977707a..e563279422 100644 --- a/src/regress/lib/libc/sys/Makefile +++ b/src/regress/lib/libc/sys/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.15 2022/01/06 03:30:15 guenther Exp $ | 1 | # $OpenBSD: Makefile,v 1.16 2022/09/11 20:51:44 mbuhl Exp $ |
| 2 | 2 | ||
| 3 | # Copyright (c) 2019 Moritz Buhl <openbsd@moritzbuhl.de> | 3 | # Copyright (c) 2019 Moritz Buhl <openbsd@moritzbuhl.de> |
| 4 | # Copyright (c) 2019 Alexander Bluhm <bluhm@openbsd.org> | 4 | # Copyright (c) 2019 Alexander Bluhm <bluhm@openbsd.org> |
| @@ -54,8 +54,10 @@ PROGS += t_pipe2 | |||
| 54 | PROGS += t_poll | 54 | PROGS += t_poll |
| 55 | PROGS += t_ppoll | 55 | PROGS += t_ppoll |
| 56 | PROGS += t_ptrace | 56 | PROGS += t_ptrace |
| 57 | PROGS += t_recvmmsg | ||
| 57 | PROGS += t_revoke | 58 | PROGS += t_revoke |
| 58 | PROGS += t_select | 59 | PROGS += t_select |
| 60 | PROGS += t_sendmmsg | ||
| 59 | PROGS += t_sendrecv | 61 | PROGS += t_sendrecv |
| 60 | PROGS += t_setrlimit | 62 | PROGS += t_setrlimit |
| 61 | PROGS += t_setuid | 63 | PROGS += t_setuid |
