summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2023-08-21 00:43:30 +0200
committerjvoisin2023-08-21 00:43:30 +0200
commitd9feee06053d1f3c006de00b00dd5feb54ca75e5 (patch)
tree6692455e366756429536cb4250db75400ea94fcd /tests/Makefile
parent81527127a9ea5e7db973329b59a5ef7234b05d26 (diff)
Add tests for fgetws and mbsrtowcs
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index bcce585..5145b3b 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -15,6 +15,8 @@ TARGETS= \
15 test_confstr_static \ 15 test_confstr_static \
16 test_fgets_dynamic \ 16 test_fgets_dynamic \
17 test_fgets_static \ 17 test_fgets_static \
18 test_fgetws_dynamic \
19 test_fgetws_static \
18 test_fread_int_overflow \ 20 test_fread_int_overflow \
19 test_fread_overwrite_dynamic \ 21 test_fread_overwrite_dynamic \
20 test_fread_overwrite_static \ 22 test_fread_overwrite_static \
@@ -31,6 +33,8 @@ TARGETS= \
31 test_gethostname_static \ 33 test_gethostname_static \
32 test_getlogin_r_dynamic \ 34 test_getlogin_r_dynamic \
33 test_getlogin_r_static \ 35 test_getlogin_r_static \
36 test_mbsrtowcs_dynamic \
37 test_mbsrtowcs_static \
34 test_memchr_dynamic_read \ 38 test_memchr_dynamic_read \
35 test_memchr_static_read \ 39 test_memchr_static_read \
36 test_memcpy_dynamic_read \ 40 test_memcpy_dynamic_read \