summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2023-10-01 22:06:17 +0200
committerjvoisin2023-10-01 22:06:17 +0200
commit32b21b7d85383df49030b18240c1409e73001066 (patch)
tree461982e80c5dc2f1c99f11fe94efa2c8557a73fa /tests/Makefile
parent6a801d8a749da3889ec57030cee09d1d60b4663e (diff)
Add vfprintf`
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 445ac9c..5f70069 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -114,6 +114,7 @@ RUNTIME_TARGETS= \
114 test_vsnprintf_dynamic \ 114 test_vsnprintf_dynamic \
115 test_vsnprintf_static \ 115 test_vsnprintf_static \
116 test_vsprintf \ 116 test_vsprintf \
117 test_vfprintf \
117 test_vprintf \ 118 test_vprintf \
118 test_wcscat_static_write \ 119 test_wcscat_static_write \
119 test_wcscpy_static_write \ 120 test_wcscpy_static_write \