aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/Makefile
diff options
context:
space:
mode:
authorChris Smart <chris@distroguy.com>2016-06-17 09:34:47 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2016-07-05 23:49:51 +1000
commit4375088072295b09cc5d9bf7a8cd2333b608492a (patch)
treeee4d78c9d440e0505c347212d5eb945302558d1b /tools/testing/selftests/powerpc/Makefile
parentpowerpc: Send SIGBUS on unaligned copy and paste (diff)
downloadlinux-dev-4375088072295b09cc5d9bf7a8cd2333b608492a.tar.xz
linux-dev-4375088072295b09cc5d9bf7a8cd2333b608492a.zip
selftests/powerpc: Test unaligned copy and paste
Test that an ISA 3.0 compliant machine performing an unaligned copy, copy_first, paste or paste_last is sent a SIGBUS. Signed-off-by: Chris Smart <chris@distroguy.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests/powerpc/Makefile')
-rw-r--r--tools/testing/selftests/powerpc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/Makefile b/tools/testing/selftests/powerpc/Makefile
index 4ca83fe80654..3c40c9d0e6c7 100644
--- a/tools/testing/selftests/powerpc/Makefile
+++ b/tools/testing/selftests/powerpc/Makefile
@@ -12,7 +12,8 @@ CFLAGS := -Wall -O2 -Wall -Werror -DGIT_VERSION='"$(GIT_VERSION)"' -I$(CURDIR) $
export CFLAGS
-SUB_DIRS = benchmarks \
+SUB_DIRS = alignment \
+ benchmarks \
copyloops \
context_switch \
dscr \