summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/Makefile b/tests/Makefile
index c48d0b0..1f80c32 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,10 +1,14 @@
1CC=../x86_64-linux-musl-native/bin/gcc 1CC=../x86_64-linux-musl-native/bin/gcc
2CFLAGS=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 2CFLAGS=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2
3 3
4TARGETS=test_memcpy_static_write \ 4TARGETS=test_memcpy_static_write \
5 test_memcpy_dynamic_write \ 5 test_memcpy_dynamic_write \
6 test_memcpy_static_read \ 6 test_memcpy_static_read \
7 test_memcpy_dynamic_read 7 test_memcpy_dynamic_read \
8 test_memmove_static_write \
9 test_memmove_dynamic_write \
10 test_memmove_static_read \
11 test_memmove_dynamic_read
8 12
9.SILENT: 13.SILENT:
10 14