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:
4
nss/nss_test.ver
Normal file
4
nss/nss_test.ver
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
_nss_test1_init_hook;
|
||||
_nss_test2_init_hook;
|
||||
};
|
Reference in New Issue
Block a user