From 60149b28590be28051f99d0a343d7fbe002f2a8c Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 21 Jun 2017 13:09:08 +0200 Subject: __inet_pton_length: Implement new internal helper function --- resolv/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'resolv/Makefile') 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 -- cgit 1.4.1