]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: font: Add dependencies on fonts
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:15:19 +0000 (19:15 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 23:39:05 +0000 (18:39 -0500)
commit078c6e2f8adab6e60227c15b25c85d633778092a
tree19358c47f2243ce93c8bbc30fa2d77743d01b4a3
parent40565bba7c67c4e3584fa841818f7d2614da26b7
test: font: Add dependencies on fonts

The font test needs two fonts. If one is not available, skip out early,
to avoid an error.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/cmd/font.c