selftests/powerpc: Add tests of unmuxed IPC calls
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 14 Oct 2015 09:48:04 +0000 (20:48 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 15 Oct 2015 09:32:03 +0000 (20:32 +1100)
commit0b824f2e2b6cf87f2f5318f0950d431a286d25df
tree6683d3dc5f38bb19a7aaff3de21c2db3d82ac35f
parentad987fc8eae7b5f4085c5ad2610b9af12018c38a
selftests/powerpc: Add tests of unmuxed IPC calls

This is just a simple test which confirms that the individual IPC
syscalls are all available.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
tools/testing/selftests/powerpc/Makefile
tools/testing/selftests/powerpc/syscalls/.gitignore [new file with mode: 0644]
tools/testing/selftests/powerpc/syscalls/Makefile [new file with mode: 0644]
tools/testing/selftests/powerpc/syscalls/ipc.h [new file with mode: 0644]
tools/testing/selftests/powerpc/syscalls/ipc_unmuxed.c [new file with mode: 0644]