about summary refs log tree commit diff
path: root/nss/nss_test1.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix nss/nss_test1.c compile with latest GCC.Steve Ellcey2017-07-211-1/+2
| | | | * nss/nss_test1.c (default_npwd_data): Fix definition.
* Extend NSS test suiteDJ Delorie2017-07-171-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.
* Add self-contained test for NSS.Ulrich Drepper2010-08-111-0/+154
While at it fix interaction between __nss_configure_lookup and nscd. Otherwise the test fails if nscd is runnung.