1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/sys_socket-h-tests
Bruno Haible fc65f7bdda sys_socket-h: Update for POSIX:2024.
* doc/posix-headers/sys_socket.texi: Mention a variety of portability
problems.
* tests/test-sys_socket-h.c: Check for struct sockaddr,
struct sockaddr_storage, struct linger, SOL_SOCKET, SOMAXCONN.
Include macros.h.
(main): Check the socket types, socket options, and some MSG* constants.
* modules/sys_socket-h-tests (Files): Add tests/macros.h.
2025-01-09 10:12:00 +01:00

18 lines
267 B
Plaintext

Files:
tests/test-sys_socket-h.c
tests/macros.h
Depends-on:
assert-h
intprops
sys_socket-h-c++-tests
configure.ac:
AC_CHECK_FUNCS_ONCE([shutdown])
gl_SOCKET_FAMILIES
gl_SOCKET_FAMILY_UNIX
Makefile.am:
TESTS += test-sys_socket-h
check_PROGRAMS += test-sys_socket-h