Re: [PATCH v2 07/27] test: Make UNIT_TEST depend on CMDLINE

2023-10-09 Thread Tom Rini
On Sat, Oct 07, 2023 at 05:12:26PM -0600, Simon Glass wrote: > 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 ut > uses the command line. Leave that for later. > > Signed-off-by: Simon Glas

[PATCH v2 07/27] test: Make UNIT_TEST depend on CMDLINE

2023-10-07 Thread Simon Glass
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 ut uses the command line. Leave that for later. Signed-off-by: Simon Glass --- (no changes since v1) test/Kconfig | 1 + 1 file changed, 1 insert