aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/kvm/Makefile')
-rw-r--r--tools/testing/selftests/kvm/Makefile21
1 files changed, 11 insertions, 10 deletions
diff --git a/tools/testing/selftests/kvm/Makefile b/tools/testing/selftests/kvm/Makefile
index 41280dc06297..62afd0b43074 100644
--- a/tools/testing/selftests/kvm/Makefile
+++ b/tools/testing/selftests/kvm/Makefile
@@ -11,23 +11,24 @@ LIBKVM = lib/assert.c lib/elf.c lib/io.c lib/kvm_util.c lib/ucall.c lib/sparsebi
11LIBKVM_x86_64 = lib/x86_64/processor.c lib/x86_64/vmx.c 11LIBKVM_x86_64 = lib/x86_64/processor.c lib/x86_64/vmx.c
12LIBKVM_aarch64 = lib/aarch64/processor.c 12LIBKVM_aarch64 = lib/aarch64/processor.c
13 13
14TEST_GEN_PROGS_x86_64 = x86_64/platform_info_test 14TEST_GEN_PROGS_x86_64 = x86_64/cr4_cpuid_sync_test
15TEST_GEN_PROGS_x86_64 += x86_64/set_sregs_test
16TEST_GEN_PROGS_x86_64 += x86_64/sync_regs_test
17TEST_GEN_PROGS_x86_64 += x86_64/vmx_tsc_adjust_test
18TEST_GEN_PROGS_x86_64 += x86_64/cr4_cpuid_sync_test
19TEST_GEN_PROGS_x86_64 += x86_64/state_test
20TEST_GEN_PROGS_x86_64 += x86_64/evmcs_test 15TEST_GEN_PROGS_x86_64 += x86_64/evmcs_test
21TEST_GEN_PROGS_x86_64 += x86_64/hyperv_cpuid 16TEST_GEN_PROGS_x86_64 += x86_64/hyperv_cpuid
22TEST_GEN_PROGS_x86_64 += x86_64/vmx_close_while_nested_test
23TEST_GEN_PROGS_x86_64 += x86_64/smm_test
24TEST_GEN_PROGS_x86_64 += x86_64/kvm_create_max_vcpus 17TEST_GEN_PROGS_x86_64 += x86_64/kvm_create_max_vcpus
18TEST_GEN_PROGS_x86_64 += x86_64/mmio_warning_test
19TEST_GEN_PROGS_x86_64 += x86_64/platform_info_test
20TEST_GEN_PROGS_x86_64 += x86_64/set_sregs_test
21TEST_GEN_PROGS_x86_64 += x86_64/smm_test
22TEST_GEN_PROGS_x86_64 += x86_64/state_test
23TEST_GEN_PROGS_x86_64 += x86_64/sync_regs_test
24TEST_GEN_PROGS_x86_64 += x86_64/vmx_close_while_nested_test
25TEST_GEN_PROGS_x86_64 += x86_64/vmx_set_nested_state_test 25TEST_GEN_PROGS_x86_64 += x86_64/vmx_set_nested_state_test
26TEST_GEN_PROGS_x86_64 += dirty_log_test 26TEST_GEN_PROGS_x86_64 += x86_64/vmx_tsc_adjust_test
27TEST_GEN_PROGS_x86_64 += clear_dirty_log_test 27TEST_GEN_PROGS_x86_64 += clear_dirty_log_test
28TEST_GEN_PROGS_x86_64 += dirty_log_test
28 29
29TEST_GEN_PROGS_aarch64 += dirty_log_test
30TEST_GEN_PROGS_aarch64 += clear_dirty_log_test 30TEST_GEN_PROGS_aarch64 += clear_dirty_log_test
31TEST_GEN_PROGS_aarch64 += dirty_log_test
31 32
32TEST_GEN_PROGS += $(TEST_GEN_PROGS_$(UNAME_M)) 33TEST_GEN_PROGS += $(TEST_GEN_PROGS_$(UNAME_M))
33LIBKVM += $(LIBKVM_$(UNAME_M)) 34LIBKVM += $(LIBKVM_$(UNAME_M))