Re: [PATCH] kunit: add --make_options

From: David Gow
Date: Thu Feb 27 2020 - 13:55:13 EST


On Wed, Feb 26, 2020 at 10:31 PM 'Greg Thelen' via KUnit Development
<kunit-dev@xxxxxxxxxxxxxxxx> wrote:
>
> The kunit.py utility builds an ARCH=um kernel and then runs it. Add
> optional --make_options flag to kunit.py allowing for the operator to
> specify extra build options.
>
> This allows use of the clang compiler for kunit:
> tools/testing/kunit/kunit.py run --defconfig \
> --make_options CC=clang --make_options HOSTCC=clang
>
> Signed-off-by: Greg Thelen <gthelen@xxxxxxxxxx>

Tested-by: David Gow <davidgow@xxxxxxxxxx>

Nice! This worked for me with all of the options I tried (and it's
great to see KUnit working on clang builds!)

-- David