summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2023-08-21 22:49:21 +0200
committerjvoisin2023-08-21 22:49:21 +0200
commitbc0c8a57cb13fb110b3f9e050d67ef2d5678f85f (patch)
tree3ede82e4529428559a96a2092123dc58baee23a7 /tests/Makefile
parentcceaaa8161eb8b0b39854215417b39a9703b7aa5 (diff)
Add tests for mbstowcs
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 5bc7fdb..be379cd 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -35,6 +35,8 @@ TARGETS= \
35 test_getlogin_r_static \ 35 test_getlogin_r_static \
36 test_mbsrtowcs_dynamic \ 36 test_mbsrtowcs_dynamic \
37 test_mbsrtowcs_static \ 37 test_mbsrtowcs_static \
38 test_mbstowcs_dynamic \
39 test_mbstowcs_static \
38 test_memchr_dynamic_read \ 40 test_memchr_dynamic_read \
39 test_memchr_static_read \ 41 test_memchr_static_read \
40 test_memcpy_dynamic_read \ 42 test_memcpy_dynamic_read \