diff options
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/tests/Makefile b/tests/Makefile index 3a57eb5..b14fd6b 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -75,22 +75,28 @@ TARGETS= \ | |||
| 75 | test_send_static \ | 75 | test_send_static \ |
| 76 | test_sendto_dynamic \ | 76 | test_sendto_dynamic \ |
| 77 | test_sendto_static \ | 77 | test_sendto_static \ |
| 78 | test_stpcpy_dynamic_write \ | ||
| 78 | test_stpcpy_overwrite_over \ | 79 | test_stpcpy_overwrite_over \ |
| 79 | test_stpcpy_overwrite_under \ | 80 | test_stpcpy_overwrite_under \ |
| 80 | test_stpcpy_static_write \ | 81 | test_stpcpy_static_write \ |
| 81 | test_stpcpy_dynamic_write \ | 82 | test_stpncpy_dynamic_write \ |
| 82 | test_stpncpy_overwrite_over \ | 83 | test_stpncpy_overwrite_over \ |
| 83 | test_stpncpy_overwrite_under \ | 84 | test_stpncpy_overwrite_under \ |
| 84 | test_stpncpy_static_write \ | 85 | test_stpncpy_static_write \ |
| 85 | test_strcat_static_write \ | 86 | test_strcat_static_write \ |
| 86 | test_strchr_dynamic_read \ | 87 | test_strchr_dynamic_read \ |
| 87 | test_strchr_static_read \ | 88 | test_strchr_static_read \ |
| 89 | test_strcpy_dynamic_write \ | ||
| 88 | test_strcpy_overwrite_over \ | 90 | test_strcpy_overwrite_over \ |
| 89 | test_strcpy_overwrite_under \ | 91 | test_strcpy_overwrite_under \ |
| 90 | test_strcpy_static_write \ | 92 | test_strcpy_static_write \ |
| 91 | test_strcpy_dynamic_write \ | 93 | test_strlcat_dynamic_write \ |
| 92 | test_strncat_static_write \ | 94 | test_strlcat_static_write \ |
| 95 | test_strlcpy_dynamic_write \ | ||
| 96 | test_strlcpy_static_write \ | ||
| 93 | test_strncat_dynamic_write \ | 97 | test_strncat_dynamic_write \ |
| 98 | test_strncat_static_write \ | ||
| 99 | test_strncpy_dynamic_write \ | ||
| 94 | test_strncpy_overwrite_over \ | 100 | test_strncpy_overwrite_over \ |
| 95 | test_strncpy_overwrite_under \ | 101 | test_strncpy_overwrite_under \ |
| 96 | test_strncpy_static_write \ | 102 | test_strncpy_static_write \ |
| @@ -104,8 +110,8 @@ TARGETS= \ | |||
| 104 | test_vsprintf \ | 110 | test_vsprintf \ |
| 105 | test_wcscat_static_write \ | 111 | test_wcscat_static_write \ |
| 106 | test_wcscpy_static_write \ | 112 | test_wcscpy_static_write \ |
| 107 | test_wcsncpy_static_write \ | ||
| 108 | test_wcsncat_static_write \ | 113 | test_wcsncat_static_write \ |
| 114 | test_wcsncpy_static_write \ | ||
| 109 | test_wmemcpy_dynamic_write \ | 115 | test_wmemcpy_dynamic_write \ |
| 110 | test_wmemcpy_static_write \ | 116 | test_wmemcpy_static_write \ |
| 111 | test_wmemmove_dynamic_write \ | 117 | test_wmemmove_dynamic_write \ |
