]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Make UNIT_TEST depend on CMDLINE
authorSimon Glass <sjg@chromium.org>
Thu, 26 Oct 2023 18:31:17 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:48:19 +0000 (14:48 -0500)
commit8b888917cae16e690ca0bda68dbcfae62928935d
treee97e869541714b2aba6a99c62ffd372ef51ca500
parentd972192520af6db45b502130b5b1e2dfb21b89a1
test: Make UNIT_TEST depend on CMDLINE

Many tests make some use of the command line, so require it for all test
code.

This could be teased apart, perhaps with a test flag indicating that it
uses the command line. Leave that for later.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
test/Kconfig