From 783d4c0b81889c39a9ddf13b60d0fde4040fb1c0 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 26 Jun 2024 11:27:54 +0200 Subject: Enhance test coverage for strnlen, wcsnlen This commit adds string/test-strnlen-nonarray and wcsmbs/test-wcsnlen-nonarray. Reviewed-by: Noah Goldstein --- string/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'string/Makefile') diff --git a/string/Makefile b/string/Makefile index 8f31fa49e6..2e20fc00fd 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 \ -- cgit v1.2.3