diff options
Diffstat (limited to 'nss/Makefile')
-rw-r--r-- | nss/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nss/Makefile b/nss/Makefile index 65ab7b5419..f6ef912cfc 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -47,7 +47,8 @@ install-bin := getent makedb makedb-modules = xmalloc hash-string extra-objs += $(makedb-modules:=.o) -tests = test-netdb tst-nss-test1 test-digits-dots tst-nss-getpwent +tests = test-netdb tst-nss-test1 test-digits-dots \ + tst-nss-getpwent bug18287 xtests = bug-erange # Specify rules for the nss_* modules. We have some services. |