Skip to content

Commit 99a4af6

Browse files
pabigotnashif
authored andcommitted
tests: lib: cbprintf_fp: add missed README
Basic explanation of what this test is doing, was missed in the commit where the test was added. Signed-off-by: Peter Bigot <[email protected]>
1 parent 4141705 commit 99a4af6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/lib/cbprintf_fp/README.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Footprint and Behavior Test for cbprintf variants
2+
#################################################
3+
4+
This ensures that formatted output to the console works as expected with
5+
minimal libc and newlib versions with printk, printf, and cbprintf.
6+
7+
Footprint data can be obtained with:
8+
9+
for f in sanity-out/*/tests/lib/cbprintf_fp/benchmark.cbprintf_fp.*/build.log ; do
10+
basename $(dirname $f)
11+
sed -n '/Memory/,/^\[/p' < $f
12+
done

0 commit comments

Comments
 (0)