diff options
| author | jvoisin | 2023-06-22 18:20:38 +0200 |
|---|---|---|
| committer | jvoisin | 2023-06-22 18:20:38 +0200 |
| commit | 79447cbb8dc30e2335e3bb186de8e1172b3dff90 (patch) | |
| tree | 79832d6222ad0b0f1eed59b62339c3aaa8df9937 /tests/Makefile | |
| parent | b714dbd77f79262b00298fcdb3f69bf518dcd242 (diff) | |
Add tests for mempcpy
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 dcfe22e..b27b294 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -6,6 +6,10 @@ TARGETS=test_memcpy_static_write \ | |||
| 6 | test_memcpy_dynamic_write \ | 6 | test_memcpy_dynamic_write \ |
| 7 | test_memcpy_static_read \ | 7 | test_memcpy_static_read \ |
| 8 | test_memcpy_dynamic_read \ | 8 | test_memcpy_dynamic_read \ |
| 9 | test_mempcpy_static_write \ | ||
| 10 | test_mempcpy_dynamic_write \ | ||
| 11 | test_mempcpy_static_read \ | ||
| 12 | test_mempcpy_dynamic_read \ | ||
| 9 | test_memmove_static_write \ | 13 | test_memmove_static_write \ |
| 10 | test_memmove_dynamic_write \ | 14 | test_memmove_dynamic_write \ |
| 11 | test_memmove_static_read \ | 15 | test_memmove_static_read \ |
