mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-22 09:06:25 +00:00
01936b7ef8
* modules/connect-tests: New file. * tests/test-connect.c: New file.
17 lines
244 B
Plaintext
17 lines
244 B
Plaintext
Files:
|
|
tests/test-connect.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
netinet_in
|
|
sockets
|
|
inet_pton
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-connect
|
|
check_PROGRAMS += test-connect
|
|
test_connect_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB)
|