Hi Tom, On Mon, 28 Oct 2024 at 20:33, Tom Rini <tr...@konsulko.com> wrote: > > On Mon, Oct 28, 2024 at 01:41:08PM +0100, Simon Glass wrote: > > > There is no particular need for bloblist to have its own test suite. > > Move it into the common suite instead. > > > > Add the missing help for 'common' and update the docs. > > > > Signed-off-by: Simon Glass <s...@chromium.org> > > This feels both like churn and weird. I would think "common" tests are > for things that are kinda legacy and too catch-all to have their own > subgroup.
It's just chosen so that the test for common/ is in test/common - i.e. it makes it easier for people to find it. BTW this series removes all tests from test/*.c and moves them into appropriate subdirs. Some of the tests are quite old so have just sat there all these years. Regards, Simon