From 50f5a09e68e0c4ea60f5dfee3cc6963df2762e14 Mon Sep 17 00:00:00 2001 From: Sergey Kolosov Date: Tue, 25 Jun 2024 11:19:03 +0200 Subject: socket: Add new test for shutdown This commit adds shutdown test with SHUT_RD, SHUT_WR, SHUT_RDWR for an UNIX socket connection. Reviewed-by: DJ Delorie --- socket/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'socket/Makefile') diff --git a/socket/Makefile b/socket/Makefile index fc1bd0a260..df732fa9b7 100644 --- a/socket/Makefile +++ b/socket/Makefile @@ -71,6 +71,7 @@ tests := \ tst-cmsg_cloexec \ tst-cmsghdr \ tst-connect \ + tst-shutdown \ tst-sockopt \ # tests -- cgit v1.2.3