Re: [PATCH 3/6] checkpatch.pl: Add a check for tests needed for uclasses

2020-06-04 Thread Tom Rini
On Fri, May 22, 2020 at 04:32:37PM -0600, Simon Glass wrote: > A common problem when submitting a new uclass is to forget to add sandbox > tests. Add a warning for this. > > Of course tests should always be added for new code, but this one seems to > be missed by nearly every new contributor. >

[PATCH 3/6] checkpatch.pl: Add a check for tests needed for uclasses

2020-05-22 Thread Simon Glass
A common problem when submitting a new uclass is to forget to add sandbox tests. Add a warning for this. Of course tests should always be added for new code, but this one seems to be missed by nearly every new contributor. Signed-off-by: Simon Glass --- scripts/checkpatch.pl | 6 ++ 1 file