summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sys/Makefile
diff options
context:
space:
mode:
authormbuhl <>2022-09-11 20:51:44 +0000
committermbuhl <>2022-09-11 20:51:44 +0000
commit72fe4eb86ffec1e1c4ed0b0cd502e56dc937eb39 (patch)
tree62bf34c1df3f817a4f7adbf9104b6ba32db8252f /src/regress/lib/libc/sys/Makefile
parent7e5d2cb927223e2d6b747ecab3022cfb81b37b7f (diff)
downloadopenbsd-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/Makefile4
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
54PROGS += t_poll 54PROGS += t_poll
55PROGS += t_ppoll 55PROGS += t_ppoll
56PROGS += t_ptrace 56PROGS += t_ptrace
57PROGS += t_recvmmsg
57PROGS += t_revoke 58PROGS += t_revoke
58PROGS += t_select 59PROGS += t_select
60PROGS += t_sendmmsg
59PROGS += t_sendrecv 61PROGS += t_sendrecv
60PROGS += t_setrlimit 62PROGS += t_setrlimit
61PROGS += t_setuid 63PROGS += t_setuid