summaryrefslogtreecommitdiff
path: root/socket/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'socket/Makefile')
-rw-r--r--socket/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/socket/Makefile b/socket/Makefile
index 25d4f68578..1e2555d66d 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