Move shared ULT helper files to shared directory

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2022-04-27 14:51:26 +00:00
committed by Compute-Runtime-Automation
parent edd49a9309
commit 1088bfd837
36 changed files with 64 additions and 54 deletions

View File

@@ -15,10 +15,10 @@
#include "shared/test/common/mocks/mock_compiler_interface.h"
#include "shared/test/common/mocks/mock_compilers.h"
#include "shared/test/common/mocks/mock_graphics_allocation.h"
#include "shared/test/unit_test/helpers/ult_limits.h"
#include "opencl/source/context/context.h"
#include "opencl/source/program/create.inl"
#include "opencl/test/unit_test/helpers/ult_limits.h"
#include "opencl/test/unit_test/mocks/mock_cl_device.h"
namespace NEO {