summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2023-09-17 15:48:42 +0200
committerjvoisin2023-09-17 15:48:42 +0200
commit1122a7b8d9ab1c6ea030fac11495fc75aae07d42 (patch)
tree7a031a4d5d3c418ed705a1a5f7523a50098379ce /tests/Makefile
parent09b5fc1fd8fefe672fa1bb3ef63cb43e0f5f5476 (diff)
Add dynamic tests for strcpy and strncat
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index b702e2e..3a57eb5 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -88,7 +88,9 @@ TARGETS= \
88 test_strcpy_overwrite_over \ 88 test_strcpy_overwrite_over \
89 test_strcpy_overwrite_under \ 89 test_strcpy_overwrite_under \
90 test_strcpy_static_write \ 90 test_strcpy_static_write \
91 test_strcpy_dynamic_write \
91 test_strncat_static_write \ 92 test_strncat_static_write \
93 test_strncat_dynamic_write \
92 test_strncpy_overwrite_over \ 94 test_strncpy_overwrite_over \
93 test_strncpy_overwrite_under \ 95 test_strncpy_overwrite_under \
94 test_strncpy_static_write \ 96 test_strncpy_static_write \