Add missing include to sysman memory test
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
parent
eb572bd61c
commit
8128a5593f
|
@ -8,6 +8,7 @@
|
||||||
#include "level_zero/tools/source/sysman/memory/linux/os_memory_imp.h"
|
#include "level_zero/tools/source/sysman/memory/linux/os_memory_imp.h"
|
||||||
#include "level_zero/tools/source/sysman/sysman_imp.h"
|
#include "level_zero/tools/source/sysman/sysman_imp.h"
|
||||||
#include "level_zero/tools/test/unit_tests/sources/sysman/linux/mock_sysman_fixture.h"
|
#include "level_zero/tools/test/unit_tests/sources/sysman/linux/mock_sysman_fixture.h"
|
||||||
|
#include "level_zero/tools/test/unit_tests/sources/sysman/memory/linux/mock_memory.h"
|
||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
|
|
||||||
|
@ -16,10 +17,6 @@ extern bool sysmanUltsEnable;
|
||||||
namespace L0 {
|
namespace L0 {
|
||||||
namespace ult {
|
namespace ult {
|
||||||
|
|
||||||
struct MockMemoryManagerSysman : public MemoryManagerMock {
|
|
||||||
MockMemoryManagerSysman(NEO::ExecutionEnvironment &executionEnvironment) : MemoryManagerMock(const_cast<NEO::ExecutionEnvironment &>(executionEnvironment)) {}
|
|
||||||
};
|
|
||||||
|
|
||||||
constexpr uint32_t memoryHandleComponentCount = 1u;
|
constexpr uint32_t memoryHandleComponentCount = 1u;
|
||||||
class SysmanDeviceMemoryFixture : public SysmanDeviceFixture {
|
class SysmanDeviceMemoryFixture : public SysmanDeviceFixture {
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Reference in New Issue