diff options
Diffstat (limited to 'tools/testing/selftests/kvm/Makefile')
| -rw-r--r-- | tools/testing/selftests/kvm/Makefile | 21 |
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 | |||
| 11 | LIBKVM_x86_64 = lib/x86_64/processor.c lib/x86_64/vmx.c | 11 | LIBKVM_x86_64 = lib/x86_64/processor.c lib/x86_64/vmx.c |
| 12 | LIBKVM_aarch64 = lib/aarch64/processor.c | 12 | LIBKVM_aarch64 = lib/aarch64/processor.c |
| 13 | 13 | ||
| 14 | TEST_GEN_PROGS_x86_64 = x86_64/platform_info_test | 14 | TEST_GEN_PROGS_x86_64 = x86_64/cr4_cpuid_sync_test |
| 15 | TEST_GEN_PROGS_x86_64 += x86_64/set_sregs_test | ||
| 16 | TEST_GEN_PROGS_x86_64 += x86_64/sync_regs_test | ||
| 17 | TEST_GEN_PROGS_x86_64 += x86_64/vmx_tsc_adjust_test | ||
| 18 | TEST_GEN_PROGS_x86_64 += x86_64/cr4_cpuid_sync_test | ||
| 19 | TEST_GEN_PROGS_x86_64 += x86_64/state_test | ||
| 20 | TEST_GEN_PROGS_x86_64 += x86_64/evmcs_test | 15 | TEST_GEN_PROGS_x86_64 += x86_64/evmcs_test |
| 21 | TEST_GEN_PROGS_x86_64 += x86_64/hyperv_cpuid | 16 | TEST_GEN_PROGS_x86_64 += x86_64/hyperv_cpuid |
| 22 | TEST_GEN_PROGS_x86_64 += x86_64/vmx_close_while_nested_test | ||
| 23 | TEST_GEN_PROGS_x86_64 += x86_64/smm_test | ||
| 24 | TEST_GEN_PROGS_x86_64 += x86_64/kvm_create_max_vcpus | 17 | TEST_GEN_PROGS_x86_64 += x86_64/kvm_create_max_vcpus |
| 18 | TEST_GEN_PROGS_x86_64 += x86_64/mmio_warning_test | ||
| 19 | TEST_GEN_PROGS_x86_64 += x86_64/platform_info_test | ||
| 20 | TEST_GEN_PROGS_x86_64 += x86_64/set_sregs_test | ||
| 21 | TEST_GEN_PROGS_x86_64 += x86_64/smm_test | ||
| 22 | TEST_GEN_PROGS_x86_64 += x86_64/state_test | ||
| 23 | TEST_GEN_PROGS_x86_64 += x86_64/sync_regs_test | ||
| 24 | TEST_GEN_PROGS_x86_64 += x86_64/vmx_close_while_nested_test | ||
| 25 | TEST_GEN_PROGS_x86_64 += x86_64/vmx_set_nested_state_test | 25 | TEST_GEN_PROGS_x86_64 += x86_64/vmx_set_nested_state_test |
| 26 | TEST_GEN_PROGS_x86_64 += dirty_log_test | 26 | TEST_GEN_PROGS_x86_64 += x86_64/vmx_tsc_adjust_test |
| 27 | TEST_GEN_PROGS_x86_64 += clear_dirty_log_test | 27 | TEST_GEN_PROGS_x86_64 += clear_dirty_log_test |
| 28 | TEST_GEN_PROGS_x86_64 += dirty_log_test | ||
| 28 | 29 | ||
| 29 | TEST_GEN_PROGS_aarch64 += dirty_log_test | ||
| 30 | TEST_GEN_PROGS_aarch64 += clear_dirty_log_test | 30 | TEST_GEN_PROGS_aarch64 += clear_dirty_log_test |
| 31 | TEST_GEN_PROGS_aarch64 += dirty_log_test | ||
| 31 | 32 | ||
| 32 | TEST_GEN_PROGS += $(TEST_GEN_PROGS_$(UNAME_M)) | 33 | TEST_GEN_PROGS += $(TEST_GEN_PROGS_$(UNAME_M)) |
| 33 | LIBKVM += $(LIBKVM_$(UNAME_M)) | 34 | LIBKVM += $(LIBKVM_$(UNAME_M)) |
