view modules/sendto-tests @ 15679:b582e20622e5

Tests for module 'sendto'. * modules/sendto-tests: New file. * tests/test-sendto.c: New file.
author Bruno Haible <bruno@clisp.org>
date Tue, 20 Sep 2011 21:35:53 +0200
parents
children
line wrap: on
line source

Files:
tests/test-sendto.c
tests/signature.h
tests/macros.h

Depends-on:
netinet_in
sockets
inet_pton

configure.ac:

Makefile.am:
TESTS += test-sendto
check_PROGRAMS += test-sendto
test_sendto_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB)