diff options
| author | jvoisin | 2023-09-04 01:46:59 +0200 |
|---|---|---|
| committer | jvoisin | 2023-09-04 01:46:59 +0200 |
| commit | 1403ff93afcdd3fea2d18a05b73a9dd11c81a21f (patch) | |
| tree | 1d003353845c8475c0b4f70345a910aa2ac9a1bb /tests/Makefile | |
| parent | f12211f366dfd0447fdcd8ec922547c1821a0ad2 (diff) | |
Add tests for wmemcpy
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 ced53f6..8f17906 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -104,6 +104,8 @@ TARGETS= \ | |||
| 104 | test_write_dynamic \ | 104 | test_write_dynamic \ |
| 105 | test_wmemmove_dynamic_write \ | 105 | test_wmemmove_dynamic_write \ |
| 106 | test_wmemmove_static_write \ | 106 | test_wmemmove_static_write \ |
| 107 | test_wmemcpy_dynamic_write \ | ||
| 108 | test_wmemcpy_static_write \ | ||
| 107 | test_write_static \ | 109 | test_write_static \ |
| 108 | 110 | ||
| 109 | .SILENT: | 111 | .SILENT: |
