view modules/connect-tests @ 15671:8a1563143296

Tests for module 'connect'. * modules/connect-tests: New file. * tests/test-connect.c: New file.
author Bruno Haible <bruno@clisp.org>
date Tue, 20 Sep 2011 21:28:17 +0200
parents
children
line wrap: on
line source

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)