diff options
author | Florian Weimer <fweimer@redhat.com> | 2024-06-26 11:27:54 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2024-08-01 09:07:34 +0200 |
commit | 783d4c0b81889c39a9ddf13b60d0fde4040fb1c0 (patch) | |
tree | e676c2383b3b57d4acbf92d728a36b96038baf8b /string/Makefile | |
parent | e3b0b3484cac61f9eae373751ac6eaf816a2c9c3 (diff) | |
download | glibc-783d4c0b81889c39a9ddf13b60d0fde4040fb1c0.zip glibc-783d4c0b81889c39a9ddf13b60d0fde4040fb1c0.tar.gz glibc-783d4c0b81889c39a9ddf13b60d0fde4040fb1c0.tar.bz2 |
Enhance test coverage for strnlen, wcsnlen
This commit adds string/test-strnlen-nonarray and
wcsmbs/test-wcsnlen-nonarray.
Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/string/Makefile b/string/Makefile index 8f31fa4..2e20fc0 100644 --- a/string/Makefile +++ b/string/Makefile @@ -184,6 +184,7 @@ tests := \ test-strncpy \ test-strndup \ test-strnlen \ + test-strnlen-nonarray \ test-strpbrk \ test-strrchr \ test-strspn \ |