Add missing includes in device caps gen tests
Signed-off-by: Rafal Maziejuk <rafal.maziejuk@intel.com>
This commit is contained in:
parent
5baf75b9a8
commit
b04277ef32
|
@ -11,6 +11,8 @@
|
|||
#include "shared/test/common/helpers/hw_helper_tests.h"
|
||||
#include "shared/test/common/test_macros/header/per_product_test_definitions.h"
|
||||
|
||||
#include "hw_cmds_xe_hpc_core_base.h"
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
using XeHpcCoreDeviceCaps = Test<DeviceFixture>;
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
#include "shared/test/common/helpers/hw_helper_tests.h"
|
||||
#include "shared/test/common/test_macros/header/per_product_test_definitions.h"
|
||||
|
||||
#include "hw_cmds_xe_hpg_core_base.h"
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
using XeHpgCoreDeviceCaps = Test<DeviceFixture>;
|
||||
|
|
Loading…
Reference in New Issue