Re: [PATCH] kunit: use KUnit defconfig by default

From: shuah
Date: Fri May 22 2020 - 18:40:39 EST


On 4/16/20 5:20 PM, Brendan Higgins wrote:
On Tue, Apr 14, 2020 at 4:37 PM Vitor Massaru Iha <vitor@xxxxxxxxxxx> wrote:

To improve the usability of KUnit, defconfig is used
by default if no kunitconfig is present.

* https://bugzilla.kernel.org/show_bug.cgi?id=205259

Signed-off-by: Vitor Massaru Iha <vitor@xxxxxxxxxxx>

Reviewed-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx>


Applied the patch to kselftest/kunit on top of

45ba7a893ad89114e773b3dc32f6431354c465d6
kunit: kunit_tool: Separate out config/build/exec/parse

from David's work resolving merge conflicts. Please check if it is
sane.

thanks,
-- Shuah