diff options
| author | jvoisin | 2023-05-30 20:46:14 +0200 |
|---|---|---|
| committer | jvoisin | 2023-05-30 20:46:14 +0200 |
| commit | 1ace027335c9ca0ae400958aded936d04505ec86 (patch) | |
| tree | cedfb24733bffe35d070688ef5baee94ce90d997 /tests/Makefile | |
| parent | b40f6d87482f20e968b27470baca042e50cd6792 (diff) | |
Add a check for overlapping copies in strcpy
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 9cca6f5..18f55fe 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -13,6 +13,8 @@ TARGETS=test_memcpy_static_write \ | |||
| 13 | test_memset_dynamic_write \ | 13 | test_memset_dynamic_write \ |
| 14 | test_strcpy_static_write \ | 14 | test_strcpy_static_write \ |
| 15 | test_strcat_static_write \ | 15 | test_strcat_static_write \ |
| 16 | test_strcpy_overwrite_over \ | ||
| 17 | test_strcpy_overwrite_under\ | ||
| 16 | 18 | ||
| 17 | .SILENT: | 19 | .SILENT: |
| 18 | 20 | ||
