From 07da6751b9d1a6498e81c9d3b97ec3b552fa0b38 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 11 Sep 2023 17:11:56 +0200 Subject: Add a bunch of wchar_t tests --- tests/Makefile | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 8f17906..7f846c2 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -37,8 +37,6 @@ TARGETS= \ test_mbsrtowcs_static \ test_mbstowcs_dynamic \ test_mbstowcs_static \ - test_wmemset_dynamic \ - test_wmemset_static \ test_memchr_dynamic_read \ test_memchr_static_read \ test_memcpy_dynamic_read \ @@ -101,11 +99,17 @@ TARGETS= \ test_vsnprintf_dynamic \ test_vsnprintf_static \ test_vsprintf \ - test_write_dynamic \ - test_wmemmove_dynamic_write \ - test_wmemmove_static_write \ + test_wcscat_static_write \ + test_wcscpy_static_write \ + test_wcsncpy_static_write \ + test_wcsncat_static_write \ test_wmemcpy_dynamic_write \ test_wmemcpy_static_write \ + test_wmemmove_dynamic_write \ + test_wmemmove_static_write \ + test_wmemset_dynamic \ + test_wmemset_static \ + test_write_dynamic \ test_write_static \ .SILENT: -- cgit v1.3