zephyr/tests/lib/cbprintf_fp/README.txt
Benjamin Cabé f21f3b0d92 tests: do not use "sanity" word
Fix to align with guidelines regarding the use of inclusive language.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2025-06-25 16:00:10 -10:00

13 lines
445 B
Plaintext

Footprint and Behavior Test for cbprintf variants
#################################################
This ensures that formatted output to the console works as expected with
minimal libc and newlib versions with printk, printf, and cbprintf.
Footprint data can be obtained with:
for f in coherence-out/*/tests/lib/cbprintf_fp/benchmark.cbprintf_fp.*/build.log ; do
basename $(dirname $f)
sed -n '/Memory/,/^\[/p' < $f
done