annotate modules/connect-tests @ 17259:bc20efc34eba
octave-stable
branch to handle patches for Octave stable
author |
John W. Eaton <jwe@octave.org> |
date |
Thu, 03 Jan 2013 14:26:52 -0500 |
parents |
8a1563143296 |
children |
|
rev |
line source |
15671
|
1 Files: |
|
2 tests/test-connect.c |
|
3 tests/signature.h |
|
4 tests/macros.h |
|
5 |
|
6 Depends-on: |
|
7 netinet_in |
|
8 sockets |
|
9 inet_pton |
|
10 |
|
11 configure.ac: |
|
12 |
|
13 Makefile.am: |
|
14 TESTS += test-connect |
|
15 check_PROGRAMS += test-connect |
|
16 test_connect_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB) |