diff options
Diffstat (limited to 'socket/Makefile')
-rw-r--r-- | socket/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/socket/Makefile b/socket/Makefile index 25d4f68..1e2555d 100644 --- a/socket/Makefile +++ b/socket/Makefile @@ -31,6 +31,8 @@ routines := accept bind connect getpeername getsockname getsockopt \ setsockopt shutdown socket socketpair isfdtype opensock \ sockatmark accept4 recvmmsg sendmmsg +tests := tst-accept4 + aux := sa_len include ../Rules |