From 532f4bfd0ba906e5a1410b9d2a46cf8a4992f062 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 22 Jun 2023 18:07:41 +0200 Subject: Add tests for stcncpy --- tests/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 6722add..11718cc 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -22,6 +22,9 @@ TARGETS=test_memcpy_static_write \ test_strncpy_overwrite_over \ test_strncpy_overwrite_under \ test_strncpy_static_write \ + test_stpncpy_overwrite_over \ + test_stpncpy_overwrite_under \ + test_stpncpy_static_write \ test_getcwd \ .SILENT: -- cgit v1.3