On 4/5/22 15:06, Daniel Latypov wrote: > This is in line with Documentation/dev-tools/kunit/style.rst. > Some of these tests predate that so they don't follow this convention. > > With this and commit b0841b51cac9 ("kunit: arch/um/configs: Enable > KUNIT_ALL_TESTS by default"), kunit.py will now run these tests by > default. This hopefully makes it easier to run and maintain the tests. > If any of these were to start failing, people would notice much quicker. > > Note: this commit doesn't update LINEAR_RANGES_TEST since that would > select its dependency (LINEAR_RANGES). We don't want KUNIT_ALL_TESTS > to enable anything other than test kconfigs. > > Signed-off-by: Daniel Latypov <dlatypov@xxxxxxxxxx> > --- I have tried posting something similar in the past! https://lore.kernel.org/lkml/f427ed5cbc08da83086c504fbb3ad1bab50340cd.1618388989.git.npache@xxxxxxxxxx/ Reviewed-by: Nico Pache <npache@xxxxxxxxxx> Acked-by: Nico Pache <npache@xxxxxxxxxx>