d22a343887
Some tests were filtering by explicitly listing all posix arch boards. Filter by the arch instead. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no> |
||
---|---|---|
.. | ||
boards | ||
src | ||
CMakeLists.txt | ||
Kconfig | ||
README.txt | ||
prj.conf | ||
testcase.yaml |
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