diff options
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index adea381..fbfd178 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -100,9 +100,13 @@ RUNTIME_TARGETS= \ | |||
| 100 | test_wcscpy_static_write \ | 100 | test_wcscpy_static_write \ |
| 101 | test_wcsncat_static_write \ | 101 | test_wcsncat_static_write \ |
| 102 | test_wcsncpy_static_write \ | 102 | test_wcsncpy_static_write \ |
| 103 | test_wmemcpy_dynamic_read \ | ||
| 103 | test_wmemcpy_dynamic_write \ | 104 | test_wmemcpy_dynamic_write \ |
| 105 | test_wmemcpy_static_read \ | ||
| 104 | test_wmemcpy_static_write \ | 106 | test_wmemcpy_static_write \ |
| 107 | test_wmemmove_dynamic_read \ | ||
| 105 | test_wmemmove_dynamic_write \ | 108 | test_wmemmove_dynamic_write \ |
| 109 | test_wmemmove_static_read \ | ||
| 106 | test_wmemmove_static_write \ | 110 | test_wmemmove_static_write \ |
| 107 | test_wmemset_dynamic \ | 111 | test_wmemset_dynamic \ |
| 108 | test_wmemset_static \ | 112 | test_wmemset_static \ |
