aboutsummaryrefslogtreecommitdiff
path: root/nss/nss_test1.c
AgeCommit message (Collapse)AuthorFilesLines
2017-07-21Fix nss/nss_test1.c compile with latest GCC.Steve Ellcey1-1/+2
* nss/nss_test1.c (default_npwd_data): Fix definition.
2017-07-17Extend NSS test suiteDJ Delorie1-76/+235
* nss/nss_test.h: New. * nss/nss_test1.h: Rewrite to use test-provided data. Add group tests. Parameterize to allow multiple instances. * nss/nss_test2.h: New. Second instance. * nss/nss_test.ver: New. * nss/nss_test1.c: Update to use new framework. * nss/nss_test2.c: New. * nss/nss_test3.c: New. * nss/nss_test4.c: New. * nss/nss_test5.c: New. * nss/Makefile: Build new tests. * shlib-versions: Add libnss_test2.
2010-08-11Add self-contained test for NSS.Ulrich Drepper1-0/+154
While at it fix interaction between __nss_configure_lookup and nscd. Otherwise the test fails if nscd is runnung.