8597553
commit 60149b28590be28051f99d0a343d7fbe002f2a8c
8597553
Author: Florian Weimer <fweimer@redhat.com>
8597553
Date:   Wed Jun 21 13:09:08 2017 +0200
8597553
8597553
    __inet_pton_length: Implement new internal helper function
8597553
8597553
diff --git a/resolv/Makefile b/resolv/Makefile
ab21010
index 3854ff4ad4156c15..692b2322cf7a3cab 100644
8597553
--- a/resolv/Makefile
8597553
+++ b/resolv/Makefile
ab21010
@@ -65,6 +65,9 @@ tests += \
8597553
 
8597553
 endif
8597553
 
8597553
+# This test accesses __inet_ntop_range, an internal libc function.
8597553
+tests += tst-inet_pton
8597553
+
8597553
 # This test sends millions of packets and is rather slow.
8597553
 xtests += tst-resolv-qtypes
8597553
 endif