diff options
Diffstat (limited to 'socket/Makefile')
-rw-r--r-- | socket/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/socket/Makefile b/socket/Makefile index 27ffe44..3759576 100644 --- a/socket/Makefile +++ b/socket/Makefile @@ -31,7 +31,14 @@ routines := accept bind connect getpeername getsockname getsockopt \ setsockopt shutdown socket socketpair isfdtype opensock \ sockatmark accept4 recvmmsg sendmmsg -tests := tst-accept4 +tests := \ + tst-accept4 \ + tst-sockopt \ + # tests + +tests-time64 := \ + tst-sockopt-time64 \ + # tests aux := sa_len |