From aceef734bdfe4f68e2227fc9ac636aae8235fa12 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 13 Apr 2023 22:46:49 +0200 Subject: Add tests for memmove --- tests/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index c48d0b0..1f80c32 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,10 +1,14 @@ CC=../x86_64-linux-musl-native/bin/gcc CFLAGS=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 -TARGETS=test_memcpy_static_write \ - test_memcpy_dynamic_write \ - test_memcpy_static_read \ - test_memcpy_dynamic_read +TARGETS=test_memcpy_static_write \ + test_memcpy_dynamic_write \ + test_memcpy_static_read \ + test_memcpy_dynamic_read \ + test_memmove_static_write \ + test_memmove_dynamic_write \ + test_memmove_static_read \ + test_memmove_dynamic_read .SILENT: -- cgit v1.3