]> Git Repo - u-boot.git/commit
test: test field truncation in snprint()
authorHeinrich Schuchardt <[email protected]>
Sat, 29 Jan 2022 15:33:16 +0000 (16:33 +0100)
committerTom Rini <[email protected]>
Fri, 11 Feb 2022 16:29:23 +0000 (11:29 -0500)
commit73cde90c8badbeba32524c2708d26fea805fba1e
tree5886f2d3c62f227f62cb4c67ac30a8f8ed9712f8
parent3970c82a60857b72afcb676697caf9c979dab946
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 <[email protected]>
test/print_ut.c
This page took 0.032277 seconds and 4 git commands to generate.