mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-30 22:20:49 +00:00
5d14d8ba04
* modules/sendto-tests: New file. * tests/test-sendto.c: New file.
17 lines
240 B
Plaintext
17 lines
240 B
Plaintext
Files:
|
|
tests/test-sendto.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
netinet_in
|
|
sockets
|
|
inet_pton
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-sendto
|
|
check_PROGRAMS += test-sendto
|
|
test_sendto_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB)
|