modules/net_if-tests


Log

Author Commit Date CI Message
Paul Eggert f7096be8 2013-01-12T21:48:49 net_if-tests: port to older Solaris 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.
Eric Blake 3fdb706a 2010-09-21T15:27:59 net_if: enhance tests * 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>
Simon Josefsson 3f130a97 2010-09-21T14:19:58 New module to test <net/if.h> interfaces.