Add minimal tooling for separating tests into dedicated programs.
authoranton <anton@openbsd.org>
Mon, 5 Sep 2022 05:34:25 +0000 (05:34 +0000)
committeranton <anton@openbsd.org>
Mon, 5 Sep 2022 05:34:25 +0000 (05:34 +0000)
commitb749d6b57336796162e0b500c847c209be5c4549
tree85dd1cab8327e01d27a2f65b74d219969e5514d6
parentad70b5f1bd77809bd8e27e6eeaa6df985f93ab21
Add minimal tooling for separating tests into dedicated programs.
Used to flag the newly added test_bind_unix_socket() as expected to
fail.
regress/sys/kern/unveil/Makefile
regress/sys/kern/unveil/socket.c [new file with mode: 0644]
regress/sys/kern/unveil/syscalls.c
regress/sys/kern/unveil/unveil.h [new file with mode: 0644]