about summary refs log tree commit diff
path: root/resolv/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-07-04 11:18:34 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-07-04 11:18:34 +0200
commit89f6307c5d270ed4f11cee373031fa9f2222f2b9 (patch)
tree36ff15d6ad1d7ffe766754d3be10ffd0ae04777f /resolv/Makefile
parente237357a5a0559dee92261f1914d1fa2cd43a1a8 (diff)
downloadglibc-89f6307c5d270ed4f11cee373031fa9f2222f2b9.tar.gz
glibc-89f6307c5d270ed4f11cee373031fa9f2222f2b9.tar.xz
glibc-89f6307c5d270ed4f11cee373031fa9f2222f2b9.zip
resolv: Fix improper assert in __resolv_conf_attach
Diffstat (limited to 'resolv/Makefile')
-rw-r--r--resolv/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/resolv/Makefile b/resolv/Makefile
index 5cb2e53f94..6942e8598f 100644
--- a/resolv/Makefile
+++ b/resolv/Makefile
@@ -51,6 +51,7 @@ tests += \
   tst-resolv-basic \
   tst-resolv-edns \
   tst-resolv-network \
+  tst-resolv-res_init-multi \
   tst-resolv-search \
 
 # These tests need libdl.
@@ -160,6 +161,8 @@ $(objpfx)tst-resolv-basic: $(objpfx)libresolv.so $(shared-thread-library)
 $(objpfx)tst-resolv-edns: $(objpfx)libresolv.so $(shared-thread-library)
 $(objpfx)tst-resolv-network: $(objpfx)libresolv.so $(shared-thread-library)
 $(objpfx)tst-resolv-res_init: $(libdl) $(objpfx)libresolv.so
+$(objpfx)tst-resolv-res_init-multi: $(objpfx)libresolv.so \
+  $(shared-thread-library)
 $(objpfx)tst-resolv-res_init-thread: $(libdl) $(objpfx)libresolv.so \
   $(shared-thread-library)
 $(objpfx)tst-resolv-qtypes: $(objpfx)libresolv.so $(shared-thread-library)