summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 25f6f66..9cca6f5 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -11,6 +11,8 @@ TARGETS=test_memcpy_static_write \
11 test_memmove_dynamic_read \ 11 test_memmove_dynamic_read \
12 test_memset_static_write \ 12 test_memset_static_write \
13 test_memset_dynamic_write \ 13 test_memset_dynamic_write \
14 test_strcpy_static_write \
15 test_strcat_static_write \
14 16
15.SILENT: 17.SILENT:
16 18