annotate modules/sockets-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 b7e56ec1bd65
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9643
73fbf8ba5948 Add self-test for sockets module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
1 Files:
73fbf8ba5948 Add self-test for sockets module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
2 tests/test-sockets.c
73fbf8ba5948 Add self-test for sockets module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
3
73fbf8ba5948 Add self-test for sockets module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
4 Depends-on:
73fbf8ba5948 Add self-test for sockets module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
5
73fbf8ba5948 Add self-test for sockets module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
6 configure.ac:
73fbf8ba5948 Add self-test for sockets module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
7
73fbf8ba5948 Add self-test for sockets module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
8 Makefile.am:
73fbf8ba5948 Add self-test for sockets module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
9 TESTS += test-sockets
73fbf8ba5948 Add self-test for sockets module.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
10 check_PROGRAMS += test-sockets
10537
b7e56ec1bd65 Set LIBSOCKET instead of augmenting LIBS. Also handle Solaris -lsocket.
Bruno Haible <bruno@clisp.org>
parents: 9643
diff changeset
11 test_sockets_LDADD = $(LDADD) @LIBSOCKET@