From fa40365faea6b87288504f0d8ad39dab8ff302b4 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 13 Apr 2023 23:44:52 +0200 Subject: Add tests for strcat and strcpy --- tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 25f6f66..9cca6f5 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -11,6 +11,8 @@ TARGETS=test_memcpy_static_write \ test_memmove_dynamic_read \ test_memset_static_write \ test_memset_dynamic_write \ + test_strcpy_static_write \ + test_strcat_static_write \ .SILENT: -- cgit v1.3