On Fri, Sep 30, 2022 at 11:46 PM David Gow davidgow@google.com wrote:
kunit_tool's --alltests option was changed in commit 980ac3ad0512 ("kunit: tool: rename all_test_uml.config, use it for --alltests") to use a manually curated list of architecture-indpendent Kconfig options, rather than attempting to use make allyesconfig on UML, which was broken.
Update the kunit_tool documentation to reflect the new behaviour of --alltests.
Signed-off-by: David Gow davidgow@google.com
Reviewed-by: Daniel Latypov dlatypov@google.com
Thanks!