fix(newlib): include missed test for printf

This commit is contained in:
Alexey Lapshin
2025-03-25 22:15:32 +07:00
parent a45d713b03
commit 35531c6344
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")