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 ccd1a6a..83323cb 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -66,7 +66,8 @@ tests-container = \ tst-nss-test3 \ tst-nss-files-hosts-long \ tst-nss-db-endpwent \ - tst-nss-db-endgrent + tst-nss-db-endgrent \ + tst-reload1 # Tests which need libdl ifeq (yes,$(build-shared)) |