From e16b7ad1168ec48c6e5cf5e5d8e2b2c83815b3ea Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 5 Jul 2023 15:41:58 +0200 Subject: Add tests for bzero --- tests/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index e14fced..2ac44ab 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -6,6 +6,9 @@ TARGETS= \ test_bcopy_dynamic_write \ test_bcopy_static_read \ test_bcopy_dynamic_read \ + test_bcopy_dynamic_write \ + test_bzero_dynamic_write \ + test_bzero_static_write \ test_memcpy_static_write \ test_memcpy_dynamic_write \ test_memcpy_static_read \ -- cgit v1.3