alistair23-linux/tools/testing/selftests/powerpc/math
Michael Ellerman 68bd42d97c selftests/powerpc: Fix remaining fallout from recent changes
In benchmarks we need to use $(TEST_GEN_PROGS) after we include lib.mk,
because lib.mk does the substitution to add $(OUTPUT).

In math the vmx and fpu names were typoed so they no longer matched
correctly, put back the 'v' and 'f'.

In tm we need to substitute $(OUTPUT) into SIGNAL_CONTEXT_CHK_TESTS so
that the rule matches.

In pmu there is an extraneous ':' on the end of $$BUILD_TARGET for the
clean and install rules, which breaks the logic in the child Makefiles.

Fixes: a8ba798bc8 ("selftests: enable O and KBUILD_OUTPUT")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
2017-02-14 08:02:27 -07:00
..
.gitignore selftests/powerpc: Add missing binaries to .gitignores 2016-10-06 22:26:40 +11:00
fpu_asm.S selftests/powerpc: Move shared headers into new include dir 2016-11-17 17:11:47 +11:00
fpu_preempt.c selftests/powerpc: Test preservation of FPU and VMX regs across preemption 2016-03-02 23:34:47 +11:00
fpu_signal.c selftests/powerpc: Test FPU and VMX regs in signal ucontext 2016-03-02 23:34:47 +11:00
fpu_syscall.c
Makefile selftests/powerpc: Fix remaining fallout from recent changes 2017-02-14 08:02:27 -07:00
vmx_asm.S selftests/powerpc: Move shared headers into new include dir 2016-11-17 17:11:47 +11:00
vmx_preempt.c selftests/powerpc: Test preservation of FPU and VMX regs across preemption 2016-03-02 23:34:47 +11:00
vmx_signal.c selftests/powerpc: Test FPU and VMX regs in signal ucontext 2016-03-02 23:34:47 +11:00
vmx_syscall.c
vsx_asm.S selftests/powerpc: Move shared headers into new include dir 2016-11-17 17:11:47 +11:00
vsx_preempt.c selftests/powerpc: Check for VSX preservation across userspace preemption 2016-10-04 20:10:09 +11:00