summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2023-07-05 15:41:58 +0200
committerjvoisin2023-07-05 15:41:58 +0200
commite16b7ad1168ec48c6e5cf5e5d8e2b2c83815b3ea (patch)
treed3ecb53190629f5c67af3685e2d48cbbdfe00e49 /tests/Makefile
parentb1c35c95f1384747b53cb5bdd8d5030068a39602 (diff)
Add tests for bzero
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile3
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 \