From 79447cbb8dc30e2335e3bb186de8e1172b3dff90 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 22 Jun 2023 18:20:38 +0200 Subject: Add tests for mempcpy --- tests/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index dcfe22e..b27b294 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -6,6 +6,10 @@ TARGETS=test_memcpy_static_write \ test_memcpy_dynamic_write \ test_memcpy_static_read \ test_memcpy_dynamic_read \ + test_mempcpy_static_write \ + test_mempcpy_dynamic_write \ + test_mempcpy_static_read \ + test_mempcpy_dynamic_read \ test_memmove_static_write \ test_memmove_dynamic_write \ test_memmove_static_read \ -- cgit v1.3