diff options
| author | jvoisin | 2023-08-26 23:42:14 +0200 |
|---|---|---|
| committer | jvoisin | 2023-08-26 23:42:14 +0200 |
| commit | fd36113966af1df5900e9ef9749ae1f2ff1b0145 (patch) | |
| tree | 49a0dac66fa21466db042c6dcffec0d4e9e16bda /tests/Makefile | |
| parent | 2c610a26730540ff917cf83dd9dc5387184001b2 (diff) | |
Add two tests for wmemmove
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 1c73c7e..ced53f6 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -102,6 +102,8 @@ TARGETS= \ | |||
| 102 | test_vsnprintf_static \ | 102 | test_vsnprintf_static \ |
| 103 | test_vsprintf \ | 103 | test_vsprintf \ |
| 104 | test_write_dynamic \ | 104 | test_write_dynamic \ |
| 105 | test_wmemmove_dynamic_write \ | ||
| 106 | test_wmemmove_static_write \ | ||
| 105 | test_write_static \ | 107 | test_write_static \ |
| 106 | 108 | ||
| 107 | .SILENT: | 109 | .SILENT: |
