zephyr/tests/lib/cbprintf_fp
Eugeniy Paltsev 97d40cbe12 tests: lib: cbprintf_fp: add filter for tests using newlib
As some tests are enabling CONFIG_NEWLIB_LIBC, we need to
filter out that tests in case of missing NEWLIB support
in toolchain.
It can be done with 'filter: TOOLCHAIN_HAS_NEWLIB == 1'
filter in testcase.yaml

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
2021-02-01 22:07:45 -05:00
..
src tests: lib: add test for formatted output variants 2021-01-27 13:34:06 -05:00
CMakeLists.txt tests: lib: add test for formatted output variants 2021-01-27 13:34:06 -05:00
Kconfig tests: lib: add test for formatted output variants 2021-01-27 13:34:06 -05:00
README.txt tests: lib: cbprintf_fp: add missed README 2021-01-28 16:32:46 -05:00
prj.conf tests: lib: add test for formatted output variants 2021-01-27 13:34:06 -05:00
testcase.yaml tests: lib: cbprintf_fp: add filter for tests using newlib 2021-02-01 22:07:45 -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