tests: add FP formatting to all tests that require it
Tests that include floating-point format specifications may need cbprintf FP support. Make sure it's available. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
56048bb500
commit
1d048df553
2 changed files with 2 additions and 0 deletions
|
|
@ -12,3 +12,4 @@ CONFIG_FORCE_NO_ASSERT=y
|
|||
# Disable HW Stack Protection (see #28664)
|
||||
CONFIG_TEST_HW_STACK_PROTECTION=n
|
||||
CONFIG_HW_STACK_PROTECTION=n
|
||||
CONFIG_CBPRINTF_FP_SUPPORT=y
|
||||
|
|
|
|||
|
|
@ -2,3 +2,4 @@ CONFIG_ZTEST=y
|
|||
CONFIG_FPU=y
|
||||
CONFIG_FPU_SHARING=y
|
||||
CONFIG_STDOUT_CONSOLE=y
|
||||
CONFIG_CBPRINTF_FP_SUPPORT=y
|
||||
|
|
|
|||
Loading…
Reference in a new issue