1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/connect-tests
Bruno Haible 01936b7ef8 Tests for module 'connect'.
* modules/connect-tests: New file.
* tests/test-connect.c: New file.
2011-09-20 21:28:17 +02:00

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)