Mercurial > hg > octave-kai > gnulib-hg
annotate modules/sys_socket-tests @ 12496:a48d3d749ca5
Refactor common macros used in tests.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 24 Dec 2009 21:01:42 +0100 |
parents | d943ffe46edc |
children | 15712244d6dc |
rev | line source |
---|---|
8177 | 1 Files: |
2 tests/test-sys_socket.c | |
3 | |
4 Depends-on: | |
5 | |
6 configure.ac: | |
12166
d943ffe46edc
use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
Jim Meyering <meyering@redhat.com>
parents:
8499
diff
changeset
|
7 AC_CHECK_FUNCS_ONCE([shutdown]) |
8177 | 8 |
9 Makefile.am: | |
10 TESTS += test-sys_socket | |
11 check_PROGRAMS += test-sys_socket | |
12 | |
13 License: | |
14 LGPL |