Move MockDevice to shared

Change-Id: If3a4ea2bb3f47bcb8176516977a626517f25a49f
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2020-04-02 09:35:50 +02:00
committed by sys_ocldev
parent 8f5533dafc
commit 43dba9de4a
105 changed files with 125 additions and 112 deletions

View File

@@ -7,6 +7,7 @@
#pragma once
#include "shared/source/helpers/aligned_memory.h"
#include "shared/test/unit_test/mocks/mock_device.h"
#include "opencl/source/command_queue/gpgpu_walker.h"
#include "opencl/source/context/context.h"
@@ -17,7 +18,6 @@
#include "opencl/test/unit_test/fixtures/platform_fixture.h"
#include "opencl/test/unit_test/fixtures/program_fixture.h"
#include "opencl/test/unit_test/mocks/mock_buffer.h"
#include "opencl/test/unit_test/mocks/mock_device.h"
#include "opencl/test/unit_test/mocks/mock_kernel.h"
#include "gtest/gtest.h"