Message ID | 20230712075910.22480-1-thuth@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | Use TAP in some more x86 KVM selftests | expand |
On Wed, 12 Jul 2023 09:59:06 +0200, Thomas Huth wrote: > Here's a follow-up from my RFC series last year: > > https://lore.kernel.org/lkml/20221004093131.40392-1-thuth@redhat.com/T/ > > Basic idea of this series is now to use the kselftest_harness.h > framework to get TAP output in the tests, so that it is easier > for the user to see what is going on, and e.g. to be able to > detect whether a certain test is part of the test binary or not > (which is useful when tests get extended in the course of time). > > [...] Applied patch 1 to kvm-x86 selftests, thanks! [1/4] KVM: selftests: Rename the ASSERT_EQ macro https://github.com/kvm-x86/linux/commit/6d85f51a1f08 -- https://github.com/kvm-x86/linux/tree/next https://github.com/kvm-x86/linux/tree/fixes