From 62470f605ed931f88fb1993f4440d5bb02afa2b1 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Fri, 6 Apr 2012 13:49:35 -0700 Subject: 2012-04-06 Paul Pluzhnikov [BZ #13895] * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid extra indirection. * nss/Makefile (tests-static, tests): Add tst-nss-static. * nss/tst-nss-static.c: New. --- nss/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nss/Makefile') diff --git a/nss/Makefile b/nss/Makefile index 54d50d051c..a272ebe13d 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -75,6 +75,8 @@ libnss_db-inhibit-o = $(filter-out .os,$(object-suffixes)) ifeq ($(build-static-nss),yes) routines += $(libnss_files-routines) static-only-routines += $(libnss_files-routines) +tests-static = tst-nss-static +tests += $(tests-static) endif include ../Rules -- cgit v1.2.3-70-g09d2