diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2018-03-27 11:49:19 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-04-04 19:11:00 +0200 |
commit | 783e9e51266ebb7f78c606a53cb0fa41bb7c31a0 (patch) | |
tree | f0439ce2ef96051b8eb055f5696eb0e809037f23 /tools/testing/selftests/Makefile | |
parent | kvm: x86: fix a compile warning (diff) | |
download | linux-783e9e51266ebb7f78c606a53cb0fa41bb7c31a0.tar.xz linux-783e9e51266ebb7f78c606a53cb0fa41bb7c31a0.zip |
kvm: selftests: add API testing infrastructure
Testsuite contributed by Google and cleaned up by myself for
inclusion in Linux.
Signed-off-by: Ken Hofsass <hofsass@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-rw-r--r-- | tools/testing/selftests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index 7442dfb73b7f..c98f1b874582 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -14,6 +14,7 @@ TARGETS += gpio TARGETS += intel_pstate TARGETS += ipc TARGETS += kcmp +TARGETS += kvm TARGETS += lib TARGETS += membarrier TARGETS += memfd |