diff options
| author | Sergey Kolosov <skolosov@redhat.com> | 2024-04-10 17:58:05 +0200 |
|---|---|---|
| committer | Arjun Shankar <arjun@redhat.com> | 2024-04-10 18:10:22 +0200 |
| commit | 3a83f79024cc023a74c3892a1673542e8e972485 (patch) | |
| tree | 7b2fcfdc43cec55fb21bac7294dc9a14aaff6149 /socket/Makefile | |
| parent | 6687a6e3f962759536a8019d31c68c1009ccd6eb (diff) | |
| download | glibc-3a83f79024cc023a74c3892a1673542e8e972485.tar.xz glibc-3a83f79024cc023a74c3892a1673542e8e972485.zip | |
socket: Add new test for connect
This commit adds a simple bind/accept/connect test for an IPv4 TCP
connection to a local process via the loopback interface.
Reviewed-by: Arjun Shankar <arjun@redhat.com>
Diffstat (limited to 'socket/Makefile')
| -rw-r--r-- | socket/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/socket/Makefile b/socket/Makefile index 74ca5b8452..fc1bd0a260 100644 --- a/socket/Makefile +++ b/socket/Makefile @@ -70,6 +70,7 @@ tests := \ tst-accept4 \ tst-cmsg_cloexec \ tst-cmsghdr \ + tst-connect \ tst-sockopt \ # tests |
