diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-11-11 11:33:32 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-11-11 11:33:32 +0100 |
commit | e2a9fca8101443076235a8dbcfceaa2d96bf4801 (patch) | |
tree | 90fbfaa9093e6e4ab8b3a5aeccb912ea83f38c9c /resolv/Makefile | |
parent | 5c1a69238fcb87ff7f916a5ce7960b2864afb3a1 (diff) | |
download | glibc-e2a9fca8101443076235a8dbcfceaa2d96bf4801.tar glibc-e2a9fca8101443076235a8dbcfceaa2d96bf4801.tar.gz glibc-e2a9fca8101443076235a8dbcfceaa2d96bf4801.tar.bz2 glibc-e2a9fca8101443076235a8dbcfceaa2d96bf4801.zip |
resolv: Add tst-ns_name_pton
Diffstat (limited to 'resolv/Makefile')
-rw-r--r-- | resolv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index 0b8dbf2552..03234964c8 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -46,6 +46,7 @@ tests += \ tst-bug18665-tcp \ tst-ns_name \ tst-ns_name_compress \ + tst-ns_name_pton \ tst-res_hconf_reorder \ tst-res_hnok \ tst-res_use_inet6 \ @@ -173,6 +174,7 @@ $(objpfx)tst-resolv-canonname: \ $(objpfx)tst-ns_name: $(objpfx)libresolv.so $(objpfx)tst-ns_name.out: tst-ns_name.data $(objpfx)tst-ns_name_compress: $(objpfx)libresolv.so +$(objpfx)tst-ns_name_pton: $(objpfx)libresolv.so $(objpfx)tst-res_hnok: $(objpfx)libresolv.so |