summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2023-08-21 22:55:34 +0200
committerjvoisin2023-08-22 18:51:14 +0200
commit9231e0905829f1c33abe07bed9be35298c9bdcf5 (patch)
treee8391ca2ba46450fd75f74afbf0d6f8c81f12e29 /tests/Makefile
parentbc0c8a57cb13fb110b3f9e050d67ef2d5678f85f (diff)
Add tests for wmemset
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 be379cd..1f92b36 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -37,6 +37,8 @@ TARGETS= \
37 test_mbsrtowcs_static \ 37 test_mbsrtowcs_static \
38 test_mbstowcs_dynamic \ 38 test_mbstowcs_dynamic \
39 test_mbstowcs_static \ 39 test_mbstowcs_static \
40 test_wmemset_dynamic \
41 test_wmemset_static \
40 test_memchr_dynamic_read \ 42 test_memchr_dynamic_read \
41 test_memchr_static_read \ 43 test_memchr_static_read \
42 test_memcpy_dynamic_read \ 44 test_memcpy_dynamic_read \