From af7480d0190cb5dcf279a7ddfab320ff084a3471 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 22 Jun 2023 17:58:58 +0200 Subject: Add tests for stpcpy --- tests/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 80a4626..6722add 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -12,13 +12,16 @@ TARGETS=test_memcpy_static_write \ test_memmove_dynamic_read \ test_memset_static_write \ test_memset_dynamic_write \ - test_strcpy_static_write \ + test_stpcpy_overwrite_over \ + test_stpcpy_overwrite_under \ + test_stpcpy_static_write \ test_strcat_static_write \ test_strcpy_overwrite_over \ test_strcpy_overwrite_under \ - test_strncpy_static_write \ + test_strcpy_static_write \ test_strncpy_overwrite_over \ test_strncpy_overwrite_under \ + test_strncpy_static_write \ test_getcwd \ .SILENT: -- cgit v1.3