From 1122a7b8d9ab1c6ea030fac11495fc75aae07d42 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 17 Sep 2023 15:48:42 +0200 Subject: Add dynamic tests for strcpy and strncat --- tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index b702e2e..3a57eb5 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -88,7 +88,9 @@ TARGETS= \ test_strcpy_overwrite_over \ test_strcpy_overwrite_under \ test_strcpy_static_write \ + test_strcpy_dynamic_write \ test_strncat_static_write \ + test_strncat_dynamic_write \ test_strncpy_overwrite_over \ test_strncpy_overwrite_under \ test_strncpy_static_write \ -- cgit v1.3