diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-06-21 13:09:08 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-06-21 13:09:08 +0200 |
commit | 60149b28590be28051f99d0a343d7fbe002f2a8c (patch) | |
tree | 3eb9b2d7016cedd4178a193fe6c0146ec847f7ee /resolv/Makefile | |
parent | 965d5c391c86eb3a812ce308411c32754f12a9d2 (diff) | |
download | glibc-60149b28590be28051f99d0a343d7fbe002f2a8c.zip glibc-60149b28590be28051f99d0a343d7fbe002f2a8c.tar.gz glibc-60149b28590be28051f99d0a343d7fbe002f2a8c.tar.bz2 |
__inet_pton_length: Implement new internal helper function
Diffstat (limited to 'resolv/Makefile')
-rw-r--r-- | resolv/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index a9b355f..8294d94 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 |