mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 22:53:36 +00:00
17 lines
247 B
Plaintext
17 lines
247 B
Plaintext
Files:
|
|
tests/test-inet_pton.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
netinet_in
|
|
sys_socket
|
|
|
|
configure.ac:
|
|
AC_C_BIGENDIAN
|
|
|
|
Makefile.am:
|
|
TESTS += test-inet_pton
|
|
check_PROGRAMS += test-inet_pton
|
|
test_inet_pton_LDADD = $(LDADD) @INET_PTON_LIB@
|