From 56d760c5cb1c07dfa409742d51f836792a09d824 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 13 Apr 2023 22:51:15 +0200 Subject: Add tests for memset --- tests/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/Makefile') 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 \ test_memmove_static_write \ test_memmove_dynamic_write \ test_memmove_static_read \ - test_memmove_dynamic_read + test_memmove_dynamic_read \ + test_memset_static_write \ + test_memset_dynamic_write \ .SILENT: -- cgit v1.3