summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2023-06-22 18:07:41 +0200
committerjvoisin2023-06-22 18:07:41 +0200
commit532f4bfd0ba906e5a1410b9d2a46cf8a4992f062 (patch)
tree6d84f1e0f285c9aff10389904b4e5ad9e6b5c2ea /tests/Makefile
parentaf7480d0190cb5dcf279a7ddfab320ff084a3471 (diff)
Add tests for stcncpy
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 6722add..11718cc 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -22,6 +22,9 @@ TARGETS=test_memcpy_static_write \
22 test_strncpy_overwrite_over \ 22 test_strncpy_overwrite_over \
23 test_strncpy_overwrite_under \ 23 test_strncpy_overwrite_under \
24 test_strncpy_static_write \ 24 test_strncpy_static_write \
25 test_stpncpy_overwrite_over \
26 test_stpncpy_overwrite_under \
27 test_stpncpy_static_write \
25 test_getcwd \ 28 test_getcwd \
26 29
27.SILENT: 30.SILENT: