summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2023-09-30 20:24:58 +0200
committerjvoisin2023-09-30 20:24:58 +0200
commit76fef96b2b29fc90cdfea3e595ab98d267c6b965 (patch)
treec3d5591a1782ec92ae2a9e9cf2739db681875841 /tests/Makefile
parent160298c6fb4c5151ef58ef1556ae2c271d8a9a9e (diff)
Add `vprintf`
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 c862c52..4c127b5 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -113,6 +113,7 @@ RUNTIME_TARGETS= \
113 test_vsnprintf_dynamic \ 113 test_vsnprintf_dynamic \
114 test_vsnprintf_static \ 114 test_vsnprintf_static \
115 test_vsprintf \ 115 test_vsprintf \
116 test_vprintf \
116 test_wcscat_static_write \ 117 test_wcscat_static_write \
117 test_wcscpy_static_write \ 118 test_wcscpy_static_write \
118 test_wcsncat_static_write \ 119 test_wcsncat_static_write \