aboutsummaryrefslogtreecommitdiff
path: root/dirent/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2024-09-21 19:32:34 +0200
committerFlorian Weimer <fweimer@redhat.com>2024-09-21 19:32:34 +0200
commit4ec355af454695556db1212d1c9ca9c3789cddf4 (patch)
tree29036c86abc28b73761e335be8fb7ba6a1e1f834 /dirent/Makefile
parente92718552e1d17b8eccbffb88bf5bbb2235c4596 (diff)
downloadglibc-4ec355af454695556db1212d1c9ca9c3789cddf4.tar.xz
glibc-4ec355af454695556db1212d1c9ca9c3789cddf4.zip
dirent: Add tst-readdir-long
It tests long names and ENAMETOOLONG handling, specifically for readdir_r. This is a regression test for bug 14699, bug 32124, and bug 32128. Reviewed-by: DJ Delorie <dj@redhat.com>
Diffstat (limited to 'dirent/Makefile')
-rw-r--r--dirent/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dirent/Makefile b/dirent/Makefile
index f9056724f0..91edcf9e70 100644
--- a/dirent/Makefile
+++ b/dirent/Makefile
@@ -61,6 +61,7 @@ tests := \
tst-closedir-leaks \
tst-fdopendir \
tst-fdopendir2 \
+ tst-readdir-long \
tst-scandir \
tst-scandir64 \
tst-seekdir \