move mock_memory_manager to shared

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk
2021-10-05 12:54:33 +00:00
committed by Compute-Runtime-Automation
parent 9d69c70424
commit 9bea74a780
93 changed files with 90 additions and 99 deletions

View File

@@ -13,6 +13,7 @@
#include "shared/test/common/mocks/mock_deferred_deleter.h"
#include "shared/test/common/mocks/mock_device.h"
#include "shared/test/common/mocks/mock_graphics_allocation.h"
#include "shared/test/common/mocks/mock_memory_manager.h"
#include "opencl/source/helpers/memory_properties_helpers.h"
#include "opencl/source/helpers/properties_helper.h"
@@ -23,7 +24,6 @@
#include "opencl/test/unit_test/mocks/mock_allocation_properties.h"
#include "opencl/test/unit_test/mocks/mock_buffer.h"
#include "opencl/test/unit_test/mocks/mock_context.h"
#include "opencl/test/unit_test/mocks/mock_memory_manager.h"
#include "opencl/test/unit_test/mocks/mock_platform.h"
#include "gtest/gtest.h"