This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
be4b76fea2
zephyr
/
tests
/
lib
/
cbprintf_fp
/
prj.conf
4 lines
68 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: lib: cbprintf_fp: enable CONFIG_TEST in the test suite Enable the CONFIG_TEST switch in the test suite. This allows certain required Kconfig settings for ARM Cortex-M (which depend on TEST) to be enabled when executing the test suite. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2021-03-05 00:38:28 +08:00
CONFIG_TEST=y
tests: lib: add test for formatted output variants Confirm that several ways of producing formatted output on the console all work, and support evaluating the relative space requirements for each. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-11-30 00:30:13 +08:00
CONFIG_STDOUT_CONSOLE=y
CONFIG_CBPRINTF_LIBC_SUBSTS=y