about summary refs log tree commit diff
path: root/resolv/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-06-21 13:09:08 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-06-21 13:09:08 +0200
commit60149b28590be28051f99d0a343d7fbe002f2a8c (patch)
tree3eb9b2d7016cedd4178a193fe6c0146ec847f7ee /resolv/Makefile
parent965d5c391c86eb3a812ce308411c32754f12a9d2 (diff)
downloadglibc-60149b28590be28051f99d0a343d7fbe002f2a8c.tar.gz
glibc-60149b28590be28051f99d0a343d7fbe002f2a8c.tar.xz
glibc-60149b28590be28051f99d0a343d7fbe002f2a8c.zip
__inet_pton_length: Implement new internal helper function
Diffstat (limited to 'resolv/Makefile')
-rw-r--r--resolv/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/resolv/Makefile b/resolv/Makefile
index a9b355faed..8294d9481c 100644
--- a/resolv/Makefile
+++ b/resolv/Makefile
@@ -64,6 +64,9 @@ tests-internal += \
 
 endif
 
+# This test accesses __inet_ntop_range, an internal libc function.
+tests-internal += tst-inet_pton
+
 # This test sends millions of packets and is rather slow.
 xtests += tst-resolv-qtypes
 endif