summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
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 \