summaryrefslogtreecommitdiff
path: root/modules/connect-tests
blob: 8b3c7105e0778e16da42124491f2b7b03cb25434 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)