]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: bdinfo: Test both bdinfo and bdinfo -a
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 7 Oct 2023 21:41:03 +0000 (23:41 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 9 Dec 2023 13:42:29 +0000 (08:42 -0500)
commit4823b05f01873826f063848bcad3446025917de2
treede562b8ae3e20d819e4d9c9ee52a853252512ab5
parent5bd32a96adec37811e8ba5f88a07b3908db14d5f
test: bdinfo: Test both bdinfo and bdinfo -a

Factor out the core of test for all bdinfo output into bdinfo_test_all()
and then reuse it to verify that both 'bdinfo' and 'bdinfo -a' print all
the bdinfo output.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
test/cmd/bdinfo.c