On Mon, 20 Jan 2025 14:25:22 -0700, Simon Glass wrote: > The current method of running unit tests relies on subcommands of the > ut command. Only the code in each subcommand knows how to find the tests > related to that subcomand. > > This is not ideal and we now have quite a few subcommands which do > nothing but locate the relevant tests in a linker list, then call a > common function to run them. > > [...]
Applied to u-boot/master, thanks! -- Tom

