summaryrefslogtreecommitdiff
path: root/gnulib/modules/inet_pton-tests
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/inet_pton-tests')
m---------gnulib0
-rw-r--r--gnulib/modules/inet_pton-tests16
2 files changed, 16 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/inet_pton-tests b/gnulib/modules/inet_pton-tests
new file mode 100644
index 0000000..cc7408a
--- /dev/null
+++ b/gnulib/modules/inet_pton-tests
@@ -0,0 +1,16 @@
+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@