1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-05 19:35:52 +03:00

Extend NSS test suite

* 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.
This commit is contained in:
DJ Delorie
2017-07-17 15:50:43 -04:00
parent 48145e1c7d
commit ae5c498d93
12 changed files with 1201 additions and 92 deletions

4
nss/nss_test.ver Normal file
View File

@@ -0,0 +1,4 @@
{
_nss_test1_init_hook;
_nss_test2_init_hook;
};