linux/tools/testing/selftests/powerpc
Michael Ellerman cbfd7dab2d selftests/powerpc: Don't ignore errors from sub Makefiles
Currently we ignore errors from our sub Makefiles. We inherited that
from the top-level selftests Makefile which aims to build and run as
many tests as possible and damn the torpedoes.

For the powerpc tests we'd instead like any errors to fail the build, so
we can automatically catch build failures.

We can achieve the best of both worlds by using -k, which tells make to
keep building when it hits an error, but still reports the error.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2014-07-28 14:11:28 +10:00
..
copyloops selftests/powerpc: Update for ABIv2 2014-04-23 11:41:07 +10:00
mm selftests/powerpc: Test the THP bug we fixed in the previous commit 2014-06-06 13:55:04 +10:00
pmu selftests/powerpc: Don't ignore errors from sub Makefiles 2014-07-28 14:11:28 +10:00
tm selftests/powerpc: Use the test harness for the TM DSCR test 2014-06-24 14:29:41 +10:00
harness.c selftests/powerpc: Add support for skipping tests 2014-06-11 17:03:54 +10:00
Makefile selftests/powerpc: Don't ignore errors from sub Makefiles 2014-07-28 14:11:28 +10:00
subunit.h selftests/powerpc: Add support for skipping tests 2014-06-11 17:03:54 +10:00
utils.h selftests/powerpc: Add support for skipping tests 2014-06-11 17:03:54 +10:00