From b1c35c95f1384747b53cb5bdd8d5030068a39602 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 5 Jul 2023 15:38:56 +0200 Subject: Add tests for bcopy --- tests/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 4cae588..e14fced 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -2,6 +2,10 @@ CFLAGS=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 TARGETS= \ test_fgets \ + test_bcopy_static_write \ + test_bcopy_dynamic_write \ + test_bcopy_static_read \ + test_bcopy_dynamic_read \ test_memcpy_static_write \ test_memcpy_dynamic_write \ test_memcpy_static_read \ -- cgit v1.3