diff options
author | DJ Delorie <dj@delorie.com> | 2017-07-17 15:50:43 -0400 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2017-07-17 15:52:44 -0400 |
commit | ae5c498d93d049d9574d3f8f18e62cac64cbdf5c (patch) | |
tree | 986e51e120bd42c02fe2ee5a4b04ca13951600e3 /shlib-versions | |
parent | 48145e1c7dabaeab7ad8346d14f910cdeb6bc910 (diff) | |
download | glibc-ae5c498d93d049d9574d3f8f18e62cac64cbdf5c.tar.gz glibc-ae5c498d93d049d9574d3f8f18e62cac64cbdf5c.tar.xz glibc-ae5c498d93d049d9574d3f8f18e62cac64cbdf5c.zip |
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.
Diffstat (limited to 'shlib-versions')
-rw-r--r-- | shlib-versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shlib-versions b/shlib-versions index fa3cf1da44..b9cb99d2fb 100644 --- a/shlib-versions +++ b/shlib-versions @@ -52,6 +52,7 @@ libnss_db=2 # Tests for NSS. They must have the same NSS_SHLIB_REVISION number as # the rest. libnss_test1=2 +libnss_test2=2 # Version for libnsl with YP and NIS+ functions. libnsl=1 |