diff options
Diffstat (limited to 'src/regress/lib/libc/sys/Makefile')
-rw-r--r-- | src/regress/lib/libc/sys/Makefile | 35 |
1 files changed, 30 insertions, 5 deletions
diff --git a/src/regress/lib/libc/sys/Makefile b/src/regress/lib/libc/sys/Makefile index 7a3b920426..acb5c89896 100644 --- a/src/regress/lib/libc/sys/Makefile +++ b/src/regress/lib/libc/sys/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.10 2020/12/17 00:51:11 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.11 2021/09/02 12:40: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> |
@@ -29,20 +29,45 @@ PROGS = | |||
29 | PROGS += t_access | 29 | PROGS += t_access |
30 | PROGS += t_bind | 30 | PROGS += t_bind |
31 | PROGS += t_chroot t_clock_gettime | 31 | PROGS += t_chroot t_clock_gettime |
32 | PROGS += t_connect | ||
32 | PROGS += t_dup | 33 | PROGS += t_dup |
34 | PROGS += t_fork | ||
33 | PROGS += t_fsync | 35 | PROGS += t_fsync |
34 | PROGS += t_getgroups t_getitimer t_getlogin t_getpid t_getrusage | 36 | PROGS += t_getgroups t_getitimer t_getlogin t_getpid t_getrusage |
35 | PROGS += t_getsid t_getsockname t_gettimeofday | 37 | PROGS += t_getsid t_getsockname t_gettimeofday |
38 | PROGS += t_kevent | ||
36 | PROGS += t_kill | 39 | PROGS += t_kill |
37 | PROGS += t_link t_listen | 40 | PROGS += t_link t_listen |
38 | PROGS += t_mkdir t_mkfifo t_mknod t_mlock t_mmap | 41 | PROGS += t_minherit |
39 | PROGS += t_msgctl t_msgget t_msgrcv t_msgsnd t_msync | 42 | PROGS += t_mkdir |
40 | PROGS += t_pipe t_pipe2 t_poll t_ptrace | 43 | PROGS += t_mkfifo |
44 | PROGS += t_mknod | ||
45 | PROGS += t_mlock | ||
46 | PROGS += t_mmap | ||
47 | PROGS += t_msgctl | ||
48 | PROGS += t_msgget | ||
49 | PROGS += t_msgrcv | ||
50 | PROGS += t_msgsnd | ||
51 | PROGS += t_msync | ||
52 | PROGS += t_pipe | ||
53 | PROGS += t_pipe2 | ||
54 | PROGS += t_poll | ||
55 | PROGS += t_ppoll | ||
56 | PROGS += t_ptrace | ||
41 | PROGS += t_revoke | 57 | PROGS += t_revoke |
42 | PROGS += t_select t_sendrecv t_setuid t_socketpair t_sigaction t_stat | 58 | PROGS += t_select |
59 | PROGS += t_sendrecv | ||
60 | PROGS += t_setrlimit | ||
61 | PROGS += t_setuid | ||
62 | PROGS += t_sigaction | ||
63 | PROGS += t_sigaltstack | ||
64 | PROGS += t_socketpair | ||
65 | PROGS += t_stat | ||
43 | PROGS += t_syscall | 66 | PROGS += t_syscall |
44 | PROGS += t_truncate | 67 | PROGS += t_truncate |
45 | PROGS += t_umask t_unlink | 68 | PROGS += t_umask t_unlink |
69 | PROGS += t_wait_noproc | ||
70 | PROGS += t_wait_noproc_wnohang | ||
46 | PROGS += t_write | 71 | PROGS += t_write |
47 | 72 | ||
48 | # failing tests | 73 | # failing tests |