summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2023-04-13 22:51:15 +0200
committerjvoisin2023-04-13 23:49:02 +0200
commit56d760c5cb1c07dfa409742d51f836792a09d824 (patch)
tree946bba5bff2744e8532f2f570b09d5e4a8d14e3b /tests/Makefile
parentaceef734bdfe4f68e2227fc9ac636aae8235fa12 (diff)
Add tests for memset
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 1f80c32..25f6f66 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -8,7 +8,9 @@ TARGETS=test_memcpy_static_write \
8 test_memmove_static_write \ 8 test_memmove_static_write \
9 test_memmove_dynamic_write \ 9 test_memmove_dynamic_write \
10 test_memmove_static_read \ 10 test_memmove_static_read \
11 test_memmove_dynamic_read 11 test_memmove_dynamic_read \
12 test_memset_static_write \
13 test_memset_dynamic_write \
12 14
13.SILENT: 15.SILENT:
14 16