tests: Add CPU detection test for Intel Core i5-6600

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

View File

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