aboutsummaryrefslogtreecommitdiff
path: root/resolv/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-04-04 14:09:56 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-04-04 20:56:17 +0200
commit07d6f1a3ca990e0e4f93b010605d4d87a3abdf24 (patch)
tree770f01ae611f7835f61b9809ffc4a68c3ef90b13 /resolv/Makefile
parentfce3da82e56a66bdafcef437abef0fa7b82b8d2b (diff)
downloadglibc-07d6f1a3ca990e0e4f93b010605d4d87a3abdf24.zip
glibc-07d6f1a3ca990e0e4f93b010605d4d87a3abdf24.tar.gz
glibc-07d6f1a3ca990e0e4f93b010605d4d87a3abdf24.tar.bz2
resolv: Add test coverage for ns_name_unpack, ns_name_ntop
Diffstat (limited to 'resolv/Makefile')
-rw-r--r--resolv/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/resolv/Makefile b/resolv/Makefile
index fdc37ed..64a7872 100644
--- a/resolv/Makefile
+++ b/resolv/Makefile
@@ -43,6 +43,7 @@ routines += gai_sigqueue
tests += \
tst-bug18665 \
tst-bug18665-tcp \
+ tst-ns_name \
tst-res_hconf_reorder \
tst-res_use_inet6 \
tst-resolv-basic \
@@ -128,5 +129,9 @@ $(objpfx)tst-resolv-network: $(objpfx)libresolv.so $(shared-thread-library)
$(objpfx)tst-resolv-qtypes: $(objpfx)libresolv.so $(shared-thread-library)
$(objpfx)tst-resolv-search: $(objpfx)libresolv.so $(shared-thread-library)
+$(objpfx)tst-ns_name: $(objpfx)libresolv.so
+$(objpfx)tst-ns_name.out: tst-ns_name.data
+
+
# This test case uses the deprecated RES_USE_INET6 resolver option.
CFLAGS-tst-res_use_inet6.c += -Wno-error