From 6eb13a0c9ac863d4fac0bf407bc71e46075e4454 Mon Sep 17 00:00:00 2001 From: "Hoppe, Mateusz" Date: Fri, 14 Dec 2018 13:31:25 +0100 Subject: [PATCH] Set hwInfo with skuTable and sysInfo for selected productFamily Change-Id: I9dc7de0ad70d0ebd98e569ee2657e6ff7278bc76 --- unit_tests/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unit_tests/main.cpp b/unit_tests/main.cpp index 80b94588f6..3dd6372766 100644 --- a/unit_tests/main.cpp +++ b/unit_tests/main.cpp @@ -293,6 +293,8 @@ int main(int argc, char **argv) { return -1; } platform = *hardwareInfo->pPlatform; + featureTable = *hardwareInfo->pSkuTable; + gtSystemInfo = *hardwareInfo->pSysInfo; platform.usRevId = (uint16_t)revisionId;