diff options
| author | Mike Gerdts <mike.gerdts@joyent.com> | 2019-03-31 00:04:51 +0000 |
|---|---|---|
| committer | Trent Mick <trentm@gmail.com> | 2019-03-31 00:04:51 +0000 |
| commit | 359baa5748ddabe6a4421f75e33c4d044190734d (patch) | |
| tree | 86d4f8bdfe0ef0d38d200d7597574a16aa2ef2fb /usr/src/test/Makefile | |
| parent | 486e689913103fa372f7e2c3e054b2bd602546c4 (diff) | |
| download | illumos-joyent-cr6083-OS-7708.tar.gz | |
OS-7708 nss_ldap needs to cache netgroups Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jason King <jason.king@joyent.com>cr6083-OS-7708
Diffstat (limited to 'usr/src/test/Makefile')
| -rw-r--r-- | usr/src/test/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/test/Makefile b/usr/src/test/Makefile index fa57d36772..49cc6f1913 100644 --- a/usr/src/test/Makefile +++ b/usr/src/test/Makefile @@ -12,6 +12,7 @@ # # Copyright (c) 2012 by Delphix. All rights reserved. # Copyright 2014 Garrett D'Amore <garrett@damore.org> +# Copyright 2019 Joyent, Inc. # .PARALLEL: $(SUBDIRS) @@ -20,6 +21,7 @@ SUBDIRS = \ crypto-tests \ elf-tests \ libc-tests \ + nsswitch-tests \ os-tests \ smbclient-tests \ test-runner \ |
