diff options
| author | jvoisin | 2023-07-05 15:41:58 +0200 |
|---|---|---|
| committer | jvoisin | 2023-07-05 15:41:58 +0200 |
| commit | e16b7ad1168ec48c6e5cf5e5d8e2b2c83815b3ea (patch) | |
| tree | d3ecb53190629f5c67af3685e2d48cbbdfe00e49 /tests/Makefile | |
| parent | b1c35c95f1384747b53cb5bdd8d5030068a39602 (diff) | |
Add tests for bzero
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index e14fced..2ac44ab 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -6,6 +6,9 @@ TARGETS= \ | |||
| 6 | test_bcopy_dynamic_write \ | 6 | test_bcopy_dynamic_write \ |
| 7 | test_bcopy_static_read \ | 7 | test_bcopy_static_read \ |
| 8 | test_bcopy_dynamic_read \ | 8 | test_bcopy_dynamic_read \ |
| 9 | test_bcopy_dynamic_write \ | ||
| 10 | test_bzero_dynamic_write \ | ||
| 11 | test_bzero_static_write \ | ||
| 9 | test_memcpy_static_write \ | 12 | test_memcpy_static_write \ |
| 10 | test_memcpy_dynamic_write \ | 13 | test_memcpy_dynamic_write \ |
| 11 | test_memcpy_static_read \ | 14 | test_memcpy_static_read \ |
