linux/tools/testing/selftests/powerpc/pmu
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
..
ebb selftests/powerpc: Add tests of PMU EBBs 2014-06-11 17:03:58 +10:00
count_instructions.c
event.c selftests/powerpc: Add tests of PMU EBBs 2014-06-11 17:03:58 +10:00
event.h selftests/powerpc: Add tests of PMU EBBs 2014-06-11 17:03:58 +10:00
lib.c selftests/powerpc: Add tests of PMU EBBs 2014-06-11 17:03:58 +10:00
lib.h selftests/powerpc: Add tests of PMU EBBs 2014-06-11 17:03:58 +10:00
loop.S selftests/powerpc: Fix instruction loop for ABIv2 (LE) 2014-06-11 17:03:45 +10:00
Makefile selftests/powerpc: Don't ignore errors from sub Makefiles 2014-07-28 14:11:28 +10:00