commit | 8b888917cae16e690ca0bda68dbcfae62928935d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 26 14:31:17 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 07 14:48:19 2023 -0500 |
tree | e97e869541714b2aba6a99c62ffd372ef51ca500 | |
parent | d972192520af6db45b502130b5b1e2dfb21b89a1 [diff] |
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>