Commit f9d1bb50 authored by Laurent Dufour's avatar Laurent Dufour Committed by Pavel Emelyanov

test/ppc64: introduce VSX registers test

This test, specific to the ppc64 architecture, is checking that the content
of the VSX registers is correctly checkpointed and restored.
Signed-off-by: 's avatarLaurent Dufour <ldufour@linux.vnet.ibm.com>
Acked-by: 's avatarAndrew Vagin <avagin@odin.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 196727d7
......@@ -162,6 +162,12 @@ generate_test_list()
"
fi
if [ $ARCH = "ppc64le" ]; then
TEST_LIST_ARCH="
static/vsx
"
fi
TEST_LIST=$TEST_LIST$TEST_LIST_ARCH
# Duplicate list with ns/ prefix
......
......@@ -128,6 +128,7 @@ TST_NOFILE = \
apparmor \
seccomp_strict \
different_creds \
vsx \
# jobctl00 \
TST_FILE = \
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment