zephyr/tests/lib/cbprintf_fp
Ioannis Glaropoulos 30a1a4bb44 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-04 14:53:27 -05:00
..
src
CMakeLists.txt
Kconfig
prj.conf tests: lib: cbprintf_fp: enable CONFIG_TEST in the test suite 2021-03-04 14:53:27 -05:00
README.txt
testcase.yaml tests: lib: cbprintf_fp: add filter for tests using newlib 2021-02-01 22:07:45 -05:00

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