mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-28 13:25:48 +00:00
626d2fd14c
* modules/setsockopt-tests: New file. * tests/test-setsockopt.c: New file.
16 lines
229 B
Plaintext
16 lines
229 B
Plaintext
Files:
|
|
tests/test-setsockopt.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
netinet_in
|
|
sockets
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-setsockopt
|
|
check_PROGRAMS += test-setsockopt
|
|
test_setsockopt_LDADD = $(LDADD) @LIBSOCKET@
|