zephyr/tests/lib/cbprintf_fp
Kumar Gala 37f3336121 tests: cleanup cbprintf tag usage
Add cbprintf tag were missing and change prf to cbprintf to be
consistent.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-06-24 12:38:57 -05:00
..
src
CMakeLists.txt
Kconfig
README.txt
prj.conf tests: lib: cbprintf_fp: enable CONFIG_TEST in the test suite 2021-03-04 14:53:27 -05:00
testcase.yaml tests: cleanup cbprintf tag usage 2021-06-24 12:38:57 -05:00

README.txt

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 sanity-out/*/tests/lib/cbprintf_fp/benchmark.cbprintf_fp.*/build.log ; do
      basename $(dirname $f)
      sed -n '/Memory/,/^\[/p' < $f
    done