Merge branch 'fix/newlib-include-missed-test' into 'master'

fix(newlib): include missed test for printf

See merge request espressif/esp-idf!38030
This commit is contained in:
Alexey Lapshin
2025-03-27 20:04:27 +08:00
2 changed files with 3 additions and 0 deletions

View File

@@ -10,5 +10,7 @@
#include_next <stdio.h>
#if CONFIG_LIBC_PICOLIBC
void flockfile(FILE *);
void funlockfile(FILE *);
FILE *open_memstream(char **, size_t *);
#endif

View File

@@ -5,6 +5,7 @@ set(srcs
"test_misc.c"
"test_memstream.c"
"test_newlib.c"
"test_printf.c"
"test_setjmp.c"
"test_stdatomic.c"
"test_time.c")