forked from espressif/esp-idf
fix(newlib): include missed test for printf
This commit is contained in:
@@ -10,5 +10,7 @@
|
|||||||
#include_next <stdio.h>
|
#include_next <stdio.h>
|
||||||
|
|
||||||
#if CONFIG_LIBC_PICOLIBC
|
#if CONFIG_LIBC_PICOLIBC
|
||||||
|
void flockfile(FILE *);
|
||||||
|
void funlockfile(FILE *);
|
||||||
FILE *open_memstream(char **, size_t *);
|
FILE *open_memstream(char **, size_t *);
|
||||||
#endif
|
#endif
|
||||||
|
@@ -5,6 +5,7 @@ set(srcs
|
|||||||
"test_misc.c"
|
"test_misc.c"
|
||||||
"test_memstream.c"
|
"test_memstream.c"
|
||||||
"test_newlib.c"
|
"test_newlib.c"
|
||||||
|
"test_printf.c"
|
||||||
"test_setjmp.c"
|
"test_setjmp.c"
|
||||||
"test_stdatomic.c"
|
"test_stdatomic.c"
|
||||||
"test_time.c")
|
"test_time.c")
|
||||||
|
Reference in New Issue
Block a user