]> git.baikalelectronics.ru Git - uboot.git/commit
test: test field truncation in snprint()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 29 Jan 2022 15:33:16 +0000 (16:33 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 11 Feb 2022 16:29:23 +0000 (11:29 -0500)
commit01e59ca9277677fba51a762392b0b711da8b37ac
tree5886f2d3c62f227f62cb4c67ac30a8f8ed9712f8
parent0bf3abc7acfc84012890a5edc892bbcb9a141b6f
test: test field truncation in snprint()

The output size for snprint() should not only be respected for whole fields
but also with fields. Add more tests.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
test/print_ut.c