tests: Add CPU detection test for Intel Core i7-2600

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
Jiri Denemark
2016-06-01 17:52:52 +02:00
parent bee9c53002
commit 31e3508ca1
6 changed files with 169 additions and 0 deletions

View File

@@ -852,6 +852,7 @@ mymain(void)
DO_TEST_CPUID("x86", "Core-i5-2540M", true);
DO_TEST_CPUID("x86", "Core-i5-4670T", true);
DO_TEST_CPUID("x86", "Core-i5-6600", true);
DO_TEST_CPUID("x86", "Core-i7-2600", true);
#if WITH_QEMU && WITH_YAJL
qemuTestDriverFree(&driver);