Move drm_memory_manager_tests.h and related fixtures to shared

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2021-10-21 14:50:10 +00:00
committed by Compute-Runtime-Automation
parent d2a29ce458
commit 58ebebeec6
64 changed files with 88 additions and 83 deletions

View File

@ -6,6 +6,7 @@
*/
#include "shared/source/memory_manager/memory_manager.h"
#include "shared/test/common/fixtures/memory_management_fixture.h"
#include "opencl/source/command_queue/command_queue_hw.h"
#include "opencl/source/event/event.h"
@ -14,7 +15,6 @@
#include "opencl/test/unit_test/fixtures/buffer_fixture.h"
#include "opencl/test/unit_test/fixtures/cl_device_fixture.h"
#include "opencl/test/unit_test/fixtures/hello_world_kernel_fixture.h"
#include "opencl/test/unit_test/fixtures/memory_management_fixture.h"
#include "opencl/test/unit_test/fixtures/simple_arg_kernel_fixture.h"
#include "test.h"