diff options
| author | jvoisin | 2023-06-22 17:58:58 +0200 |
|---|---|---|
| committer | jvoisin | 2023-06-22 17:58:58 +0200 |
| commit | af7480d0190cb5dcf279a7ddfab320ff084a3471 (patch) | |
| tree | 3ba3190adb08bd5d3a4671358c5ae4c3c13f3ab2 /tests/Makefile | |
| parent | cb1ce9e1815a492de0f13c2b046b8472024b9f6d (diff) | |
Add tests for stpcpy
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
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 \ | |||
| 12 | test_memmove_dynamic_read \ | 12 | test_memmove_dynamic_read \ |
| 13 | test_memset_static_write \ | 13 | test_memset_static_write \ |
| 14 | test_memset_dynamic_write \ | 14 | test_memset_dynamic_write \ |
| 15 | test_strcpy_static_write \ | 15 | test_stpcpy_overwrite_over \ |
| 16 | test_stpcpy_overwrite_under \ | ||
| 17 | test_stpcpy_static_write \ | ||
| 16 | test_strcat_static_write \ | 18 | test_strcat_static_write \ |
| 17 | test_strcpy_overwrite_over \ | 19 | test_strcpy_overwrite_over \ |
| 18 | test_strcpy_overwrite_under \ | 20 | test_strcpy_overwrite_under \ |
| 19 | test_strncpy_static_write \ | 21 | test_strcpy_static_write \ |
| 20 | test_strncpy_overwrite_over \ | 22 | test_strncpy_overwrite_over \ |
| 21 | test_strncpy_overwrite_under \ | 23 | test_strncpy_overwrite_under \ |
| 24 | test_strncpy_static_write \ | ||
| 22 | test_getcwd \ | 25 | test_getcwd \ |
| 23 | 26 | ||
| 24 | .SILENT: | 27 | .SILENT: |
