about summary refs log tree commit diff
path: root/nss/Makefile
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2013-01-21 17:41:28 +0100
committerAndreas Schwab <schwab@suse.de>2013-05-21 12:26:33 +0200
commitd5dd6189d506068ed11c8bfa1e1e9bffde04decd (patch)
tree70f57dbbd1771600abbdcd6263aade8822357926 /nss/Makefile
parentfef94eab0bd308d5059a2588c753bf9a4926845d (diff)
downloadglibc-d5dd6189d506068ed11c8bfa1e1e9bffde04decd.tar.gz
glibc-d5dd6189d506068ed11c8bfa1e1e9bffde04decd.tar.xz
glibc-d5dd6189d506068ed11c8bfa1e1e9bffde04decd.zip
Fix parsing of numeric hosts in gethostbyname_r
Diffstat (limited to 'nss/Makefile')
-rw-r--r--nss/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/Makefile b/nss/Makefile
index 449a258f8f..553eafaa6b 100644
--- a/nss/Makefile
+++ b/nss/Makefile
@@ -37,7 +37,7 @@ install-bin             := getent makedb
 makedb-modules = xmalloc hash-string
 extra-objs		+= $(makedb-modules:=.o)
 
-tests			= test-netdb tst-nss-test1
+tests			= test-netdb tst-nss-test1 test-digits-dots
 xtests			= bug-erange
 
 include ../Makeconfig