Move some mocks to shared

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2021-10-12 16:42:24 +00:00
committed by Compute-Runtime-Automation
parent 332720920a
commit bf25853799
127 changed files with 147 additions and 147 deletions

View File

@@ -10,11 +10,11 @@
#include "shared/test/common/helpers/debug_manager_state_restore.h"
#include "shared/test/common/mocks/mock_device.h"
#include "shared/test/common/mocks/mock_memory_manager.h"
#include "shared/test/common/mocks/mock_svm_manager.h"
#include "shared/test/common/test_macros/test_checks_shared.h"
#include "shared/test/unit_test/compiler_interface/linker_mock.h"
#include "opencl/test/unit_test/mocks/mock_cl_device.h"
#include "opencl/test/unit_test/mocks/mock_svm_manager.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"