From d9feee06053d1f3c006de00b00dd5feb54ca75e5 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 21 Aug 2023 00:43:30 +0200 Subject: Add tests for fgetws and mbsrtowcs --- tests/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index bcce585..5145b3b 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -15,6 +15,8 @@ TARGETS= \ test_confstr_static \ test_fgets_dynamic \ test_fgets_static \ + test_fgetws_dynamic \ + test_fgetws_static \ test_fread_int_overflow \ test_fread_overwrite_dynamic \ test_fread_overwrite_static \ @@ -31,6 +33,8 @@ TARGETS= \ test_gethostname_static \ test_getlogin_r_dynamic \ test_getlogin_r_static \ + test_mbsrtowcs_dynamic \ + test_mbsrtowcs_static \ test_memchr_dynamic_read \ test_memchr_static_read \ test_memcpy_dynamic_read \ -- cgit v1.3