summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2023-09-27 23:28:50 +0200
committerjvoisin2023-09-28 15:05:57 +0200
commit3067c28ceb744b2bafe9202023084f762871e844 (patch)
tree9337559b6230fc4620e47d9229c13489ac1c3913 /tests/Makefile
parent81ef1fd8c55aae65d321b2730ff5da6b73d1e707 (diff)
Add `printf` hardening
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 4e5ee00..a628a2a 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -64,6 +64,7 @@ RUNTIME_TARGETS= \
64 test_ppoll_static \ 64 test_ppoll_static \
65 test_pread_dynamic \ 65 test_pread_dynamic \
66 test_pread_static \ 66 test_pread_static \
67 test_printf \
67 test_pwrite_dynamic \ 68 test_pwrite_dynamic \
68 test_pwrite_static \ 69 test_pwrite_static \
69 test_read_dynamic \ 70 test_read_dynamic \