From dfdf53df99c8f59e5e3a4296c455041bee96a88d Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 30 Apr 2026 17:50:27 +0200 Subject: Improve coverage for wmemcpy and wmemmove Like it's already done for memcpy and memmove. Add tests as well, to prove that nothing broke. --- tests/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index adea381..fbfd178 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -100,9 +100,13 @@ RUNTIME_TARGETS= \ test_wcscpy_static_write \ test_wcsncat_static_write \ test_wcsncpy_static_write \ + test_wmemcpy_dynamic_read \ test_wmemcpy_dynamic_write \ + test_wmemcpy_static_read \ test_wmemcpy_static_write \ + test_wmemmove_dynamic_read \ test_wmemmove_dynamic_write \ + test_wmemmove_static_read \ test_wmemmove_static_write \ test_wmemset_dynamic \ test_wmemset_static \ -- cgit v1.3