summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2023-07-05 15:38:56 +0200
committerjvoisin2023-07-05 15:38:56 +0200
commitb1c35c95f1384747b53cb5bdd8d5030068a39602 (patch)
tree696437aab0aee79e02dbe1f255cf3a18a4c765c5 /tests/Makefile
parenta8f6f7a21f687dd99175591ff5b3a1d708f67cbe (diff)
Add tests for bcopy
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 4cae588..e14fced 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -2,6 +2,10 @@ CFLAGS=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2
2 2
3TARGETS= \ 3TARGETS= \
4 test_fgets \ 4 test_fgets \
5 test_bcopy_static_write \
6 test_bcopy_dynamic_write \
7 test_bcopy_static_read \
8 test_bcopy_dynamic_read \
5 test_memcpy_static_write \ 9 test_memcpy_static_write \
6 test_memcpy_dynamic_write \ 10 test_memcpy_dynamic_write \
7 test_memcpy_static_read \ 11 test_memcpy_static_read \