Re: [PATCH 1/5] selftests: Fix selftests build to just build, not run tests

From: Michael Ellerman
Date: Mon Feb 13 2017 - 21:09:34 EST


Michael Ellerman <mpe@xxxxxxxxxxxxxx> writes:

> In commit 88baa78d1f31 ("selftests: remove duplicated all and clean
> target"), the "all" target was removed from individual Makefiles and
> added to lib.mk.
>
> However the "all" target was added to lib.mk *after* the existing
> "runtests" target. This means "runtests" becomes the first (default)
> target for most of our Makefiles.
...
>
> Fix it by moving the "all" target to the start of lib.mk, making it the
> default target.
>
> Fixes: 88baa78d1f31 ("selftests: remove duplicated all and clean target")
> Signed-off-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx>

Hi Shuah,

Can you please merge this series into linux-next?

The selftests are badly broken otherwise.

cheers