aboutsummaryrefslogtreecommitdiff
path: root/shadow/tst-shadow.c
AgeCommit message (Collapse)AuthorFilesLines
2023-10-24Remove 'shadow' and merge into 'nss'Arjun Shankar1-84/+0
The majority of shadow routines are entry points for nss functionality. This commit removes the 'shadow' subdirectory and moves all functionality and tests to 'nss'. References to shadow/ are accordingly changed. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
2009-04-23* shadow/Makefile (tests): Add tst-shadow.Ulrich Drepper1-0/+84
* shadow/tst-shadow.c: New file. (public_sET_STATe): Pretty printing.