diff options
| author | Florian Weimer <fweimer@redhat.com> | 2026-02-12 12:18:54 +0100 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2026-02-12 12:18:54 +0100 |
| commit | f5bab97a99be02a7e782e2a4fdbf6bcd762e9c3d (patch) | |
| tree | 4484aae6fc0698ed3ad01696201d98b39b9b5af3 /nscd/Makefile | |
| parent | bba1920c8b20176986ee294d74cef404027d99e8 (diff) | |
| download | glibc-master.zip glibc-master.tar.gz glibc-master.tar.bz2 | |
The innetgr tests are similar to a downstream test for rhbz#1054846.
This seems to be the first tests of this function. The getnetgrent
tests are new, too.
Reviewed-by: DJ Delorie <dj@redhat.com>
Diffstat (limited to 'nscd/Makefile')
| -rw-r--r-- | nscd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nscd/Makefile b/nscd/Makefile index 2d23e3b..6491124 100644 --- a/nscd/Makefile +++ b/nscd/Makefile @@ -46,6 +46,9 @@ install-sbin := nscd extra-objs = $(nscd-modules:=.o) +tests-container += \ + tst-nscd-basic \ + # tests-container endif all-nscd-modules := $(nscd-modules) selinux |
