per gen/per sku TEST_F/TEST_P refactor

In gen/sku specific tests include only required files to reduce
dependency on not related HW scpecific headers and improve build
performance.
This is achieved by reduce in usage of hw_test.h and related collateral,
like shared/source/helpers/definitions/hw_cmds.h which can be replaced
by sku specific hw_cmds_<sku>.h

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2022-06-29 19:17:47 +00:00
committed by Compute-Runtime-Automation
parent 4676f2f023
commit e245523730
288 changed files with 845 additions and 482 deletions

View File

@@ -5,7 +5,7 @@
*
*/
#include "shared/source/gen9/hw_cmds.h"
#include "shared/source/gen9/hw_cmds_skl.h"
#include "shared/source/helpers/hw_info.h"
#include "shared/source/os_interface/hw_info_config.h"
#include "shared/source/os_interface/hw_info_config.inl"