tests/sprintf: Increase test stack size for picolibc

Picolibc needs more than 1024 bytes of stack when printing floating point
values exactly. Increase the stack to 2048 bytes.

Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Keith Packard 2023-05-20 17:32:30 -07:00 committed by Anas Nashif
parent 33dedfbd7d
commit bd2ad04f38
2 changed files with 2 additions and 0 deletions

View File

@ -2,3 +2,4 @@ CONFIG_ZTEST=y
CONFIG_ZTEST_NEW_API=y
CONFIG_PICOLIBC=y
CONFIG_PICOLIBC_IO_FLOAT=y
CONFIG_ZTEST_STACK_SIZE=2048

View File

@ -4,3 +4,4 @@ CONFIG_PICOLIBC=y
CONFIG_STDOUT_CONSOLE=n
CONFIG_TEST_USERSPACE=y
CONFIG_ZTEST_FATAL_HOOK=y
CONFIG_ZTEST_STACK_SIZE=2048