summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2023-04-13 23:44:52 +0200
committerjvoisin2023-04-13 23:49:02 +0200
commitfa40365faea6b87288504f0d8ad39dab8ff302b4 (patch)
tree378ad91e5bedb268e2ecc15e668830189dfe32b0 /tests/Makefile
parent56d760c5cb1c07dfa409742d51f836792a09d824 (diff)
Add tests for strcat and strcpy
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