aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/Makefile
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2022-02-22 13:07:28 -0500
committerPaolo Bonzini <pbonzini@redhat.com>2022-02-22 13:07:28 -0500
commit0828824158b1cb8108bb2b1f5eeab5826e6017e7 (patch)
tree0bcd4677eaee183298da9891a798d0306c1cfd6d /tools/testing/selftests/kvm/Makefile
parentKVM: x86/mmu: Remove MMU auditing (diff)
parentKVM: s390: Add missing vm MEM_OP size check (diff)
downloadlinux-dev-0828824158b1cb8108bb2b1f5eeab5826e6017e7.tar.xz
linux-dev-0828824158b1cb8108bb2b1f5eeab5826e6017e7.zip
Merge tag 'kvm-s390-next-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
KVM: s390: Changes for 5.18 part1 - add Claudio as Maintainer - first step to do proper storage key checking - testcase for missing memop check
Diffstat (limited to 'tools/testing/selftests/kvm/Makefile')
-rw-r--r--tools/testing/selftests/kvm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/kvm/Makefile b/tools/testing/selftests/kvm/Makefile
index 06c3a4602bcc..f9943b96ab3f 100644
--- a/tools/testing/selftests/kvm/Makefile
+++ b/tools/testing/selftests/kvm/Makefile
@@ -121,6 +121,7 @@ TEST_GEN_PROGS_aarch64 += kvm_binary_stats_test
TEST_GEN_PROGS_s390x = s390x/memop
TEST_GEN_PROGS_s390x += s390x/resets
TEST_GEN_PROGS_s390x += s390x/sync_regs_test
+TEST_GEN_PROGS_s390x += s390x/tprot
TEST_GEN_PROGS_s390x += demand_paging_test
TEST_GEN_PROGS_s390x += dirty_log_test
TEST_GEN_PROGS_s390x += kvm_create_max_vcpus