aboutsummaryrefslogtreecommitdiff
path: root/resolv/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2024-07-24 12:06:47 +0200
committerFlorian Weimer <fweimer@redhat.com>2024-07-24 14:37:35 +0200
commit4987404a5f71be9556b4fd83f8ca0081e090045a (patch)
tree2798addeabccbf3b2e7c3167e43cfc57950098a2 /resolv/Makefile
parente47b88d2fb0c740f7ff87fc50a3d299e8396db4f (diff)
downloadglibc-4987404a5f71be9556b4fd83f8ca0081e090045a.zip
glibc-4987404a5f71be9556b4fd83f8ca0081e090045a.tar.gz
glibc-4987404a5f71be9556b4fd83f8ca0081e090045a.tar.bz2
resolv: Allow short error responses to match any query (bug 31890)
Reviewed-by: DJ Delorie <dj@redhat.com> (cherry picked from commit 691a3b2e9bfaba842e46a5ccb7f5e6ea144c3ade)
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 28cedf4..bc7e051 100644
--- a/resolv/Makefile
+++ b/resolv/Makefile
@@ -105,6 +105,7 @@ tests += \
tst-resolv-nondecimal \
tst-resolv-res_init-multi \
tst-resolv-search \
+ tst-resolv-short-response \
tst-resolv-trailing \
# This test calls __res_context_send directly, which is not exported
@@ -297,6 +298,8 @@ $(objpfx)tst-resolv-nondecimal: $(objpfx)libresolv.so $(shared-thread-library)
$(objpfx)tst-resolv-qtypes: $(objpfx)libresolv.so $(shared-thread-library)
$(objpfx)tst-resolv-rotate: $(objpfx)libresolv.so $(shared-thread-library)
$(objpfx)tst-resolv-search: $(objpfx)libresolv.so $(shared-thread-library)
+$(objpfx)tst-resolv-short-response: $(objpfx)libresolv.so \
+ $(shared-thread-library)
$(objpfx)tst-resolv-trailing: $(objpfx)libresolv.so $(shared-thread-library)
$(objpfx)tst-resolv-threads: $(objpfx)libresolv.so $(shared-thread-library)
$(objpfx)tst-resolv-txnid-collision: $(objpfx)libresolv.a \