Add absolute include paths

Change-Id: I5b8631603b0f0b2ed8eb1a61f7e7770b27867423
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2020-02-24 01:01:38 +01:00
parent 9e97b42ee6
commit ee5ebde417
243 changed files with 308 additions and 309 deletions

View File

@ -5,7 +5,7 @@
*
*/
#include "helpers/debug_manager_state_restore.h"
#include "shared/test/unit_test/helpers/debug_manager_state_restore.h"
#include "opencl/test/unit_test/fixtures/platform_fixture.h"
#include "opencl/test/unit_test/mocks/mock_command_queue.h"
#include "opencl/test/unit_test/mocks/mock_context.h"

View File

@ -7,7 +7,7 @@
#pragma once
#include "shared/source/os_interface/os_context.h"
#include "helpers/debug_manager_state_restore.h"
#include "shared/test/unit_test/helpers/debug_manager_state_restore.h"
#include "opencl/test/unit_test/mocks/mock_context.h"
#include "opencl/test/unit_test/mocks/mock_csr.h"
#include "opencl/test/unit_test/mocks/mock_device.h"

View File

@ -7,7 +7,7 @@
#pragma once
#include "helpers/debug_manager_state_restore.h"
#include "shared/test/unit_test/helpers/debug_manager_state_restore.h"
#include "opencl/source/device_queue/device_queue.h"
#include "opencl/test/unit_test/command_queue/command_queue_fixture.h"
#include "opencl/test/unit_test/fixtures/execution_model_kernel_fixture.h"

View File

@ -8,7 +8,7 @@
#pragma once
#include "shared/source/execution_environment/execution_environment.h"
#include "shared/source/helpers/hw_info.h"
#include "helpers/default_hw_info.h"
#include "shared/test/unit_test/helpers/default_hw_info.h"
#include "opencl/source/helpers/memory_properties_flags_helpers.h"
#include "opencl/source/mem_obj/image.h"
#include "opencl/source/platform/platform.h"

View File

@ -8,8 +8,8 @@
#pragma once
#include "shared/source/execution_environment/execution_environment.h"
#include "helpers/debug_manager_state_restore.h"
#include "helpers/ult_hw_config.h"
#include "shared/test/unit_test/helpers/debug_manager_state_restore.h"
#include "shared/test/unit_test/helpers/ult_hw_config.h"
#include "opencl/source/memory_manager/os_agnostic_memory_manager.h"
#include "opencl/test/unit_test/fixtures/memory_management_fixture.h"
#include "opencl/test/unit_test/helpers/variable_backup.h"

View File

@ -7,8 +7,8 @@
#include "opencl/test/unit_test/fixtures/memory_management_fixture.h"
#include "helpers/memory_leak_listener.h"
#include "helpers/memory_management.h"
#include "shared/test/unit_test/helpers/memory_leak_listener.h"
#include "shared/test/unit_test/helpers/memory_management.h"
#include <cinttypes>
#if defined(__linux__)

View File

@ -6,7 +6,7 @@
*/
#pragma once
#include "helpers/memory_management.h"
#include "shared/test/unit_test/helpers/memory_management.h"
#include "gtest/gtest.h"

View File

@ -8,7 +8,7 @@
#pragma once
#include "shared/source/execution_environment/root_device_environment.h"
#include "helpers/default_hw_info.h"
#include "shared/test/unit_test/helpers/default_hw_info.h"
#include "opencl/source/platform/platform.h"
#include "opencl/test/unit_test/mocks/mock_aub_center.h"
#include "opencl/test/unit_test/mocks/mock_aub_manager.h"

View File

@ -6,7 +6,7 @@
*/
#pragma once
#include "helpers/debug_manager_state_restore.h"
#include "shared/test/unit_test/helpers/debug_manager_state_restore.h"
#include "opencl/test/unit_test/mocks/mock_context.h"
#include "opencl/test/unit_test/mocks/mock_device.h"
#include "opencl/test/unit_test/mocks/mock_memory_manager.h"

View File

@ -7,7 +7,7 @@
#pragma once
#include "helpers/debug_manager_state_restore.h"
#include "shared/test/unit_test/helpers/debug_manager_state_restore.h"
#include "opencl/test/unit_test/fixtures/platform_fixture.h"
#include "opencl/test/unit_test/mocks/mock_command_queue.h"
#include "opencl/test/unit_test/mocks/mock_kernel.h"

View File

@ -9,7 +9,7 @@
#include "shared/source/device/device.h"
#include "shared/source/helpers/array_count.h"
#include "shared/source/helpers/file_io.h"
#include "helpers/debug_manager_state_restore.h"
#include "shared/test/unit_test/helpers/debug_manager_state_restore.h"
#include "opencl/source/kernel/kernel.h"
#include "opencl/source/program/program.h"
#include "opencl/test/unit_test/fixtures/device_fixture.h"

View File

@ -5,7 +5,7 @@
*
*/
#include "helpers/default_hw_info.h"
#include "shared/test/unit_test/helpers/default_hw_info.h"
#include "opencl/source/helpers/hardware_commands_helper.h"
#include "test.h"