commit | 2a4df7c2900792276aad910d1a59574c6c15ba72 | [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 | b8ca93ff75a965a617591da2396ce6db5dc087ee [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>