summaryrefslogtreecommitdiff
path: root/modules/net_if-tests
Commit message (Collapse)AuthorAgeFilesLines
* net_if-tests: port to older SolarisPaul Eggert2013-01-121-0/+10
| | | | | | | | | Problem reported by Tom G. Christensen in <http://lists.gnu.org/archive/html/bug-gnulib/2013-01/msg00086.html>. * modules/net_if-tests (NET_IF_LIB): New substitution. (test_net_if_LDADD): New makefile macro, which uses NET_IF_LIB. (HAVE_IF_NAMEINDEX): New C macro. * tests/test-net_if.c: Bypass most of the test if !HAVE_IF_NAMEINDEX.
* net_if: enhance testsEric Blake2010-09-211-0/+1
| | | | | | | | | * tests/test-net_if.c (main): Move signature checks earlier. Print failures to stderr. * doc/posix-functions/if_freenameindex.texi (if_freenameindex): Document the bug that we do not yet fix. Signed-off-by: Eric Blake <eblake@redhat.com>
* New module to test <net/if.h> interfaces.Simon Josefsson2010-09-211-0/+10