File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
level_zero/core/test/unit_tests
unit_test/page_fault_manager/linux Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1212#include " shared/test/common/helpers/debug_manager_state_restore.h"
1313#include " shared/test/common/helpers/default_hw_info.h"
1414#include " shared/test/common/mocks/mock_device.h"
15+ #include " shared/test/common/mocks/mock_memory_operations_handler.h"
1516
1617#include " opencl/source/os_interface/os_inc_base.h"
1718#include " opencl/test/unit_test/mocks/mock_compilers.h"
18- #include " opencl/test/unit_test/mocks/mock_memory_operations_handler.h"
1919
2020#include " level_zero/core/test/unit_tests/fixtures/device_fixture.h"
2121#include " level_zero/core/test/unit_tests/mocks/mock_built_ins.h"
Original file line number Diff line number Diff line change 55 *
66 */
77
8+ #include " shared/test/common/mocks/mock_memory_operations_handler.h"
9+
810#include " opencl/test/unit_test/mocks/mock_compilers.h"
911#include " opencl/test/unit_test/mocks/mock_csr.h"
1012#include " opencl/test/unit_test/mocks/mock_memory_manager.h"
11- #include " opencl/test/unit_test/mocks/mock_memory_operations_handler.h"
1213#include " test.h"
1314
1415#include " level_zero/core/source/context/context_imp.h"
Original file line number Diff line number Diff line change 1010#include " shared/source/helpers/hw_helper.h"
1111#include " shared/source/os_interface/os_interface.h"
1212#include " shared/test/common/mocks/mock_device.h"
13+ #include " shared/test/common/mocks/mock_memory_operations_handler.h"
1314#include " shared/test/unit_test/tests_configuration.h"
1415
1516#include " opencl/source/command_stream/aub_command_stream_receiver_hw.h"
1819#include " opencl/source/platform/platform.h"
1920#include " opencl/test/unit_test/command_queue/command_queue_fixture.h"
2021#include " opencl/test/unit_test/mocks/mock_cl_device.h"
21- #include " opencl/test/unit_test/mocks/mock_memory_operations_handler.h"
2222#include " opencl/test/unit_test/mocks/mock_platform.h"
2323
2424#include " aub_mem_dump.h"
Original file line number Diff line number Diff line change 1919#include " shared/source/source_level_debugger/source_level_debugger.h"
2020#include " shared/test/common/helpers/debug_manager_state_restore.h"
2121#include " shared/test/common/mocks/mock_device.h"
22+ #include " shared/test/common/mocks/mock_memory_operations_handler.h"
2223#include " shared/test/unit_test/utilities/destructor_counted.h"
2324
2425#include " opencl/source/cl_device/cl_device.h"
2526#include " opencl/test/unit_test/mocks/mock_async_event_handler.h"
2627#include " opencl/test/unit_test/mocks/mock_cl_execution_environment.h"
2728#include " opencl/test/unit_test/mocks/mock_execution_environment.h"
2829#include " opencl/test/unit_test/mocks/mock_memory_manager.h"
29- #include " opencl/test/unit_test/mocks/mock_memory_operations_handler.h"
3030#include " test.h"
3131
3232using namespace NEO ;
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ set(IGDRCL_SRCS_tests_mocks
5959 ${CMAKE_CURRENT_SOURCE_DIR} /mock_lrca_helper.h
6060 ${CMAKE_CURRENT_SOURCE_DIR} /mock_memory_manager.cpp
6161 ${CMAKE_CURRENT_SOURCE_DIR} /mock_memory_manager.h
62- ${CMAKE_CURRENT_SOURCE_DIR} /mock_memory_operations_handler.h
6362 ${CMAKE_CURRENT_SOURCE_DIR} /mock_os_context.h
6463 ${CMAKE_CURRENT_SOURCE_DIR} /mock_ostime.h
6564 ${CMAKE_CURRENT_SOURCE_DIR} /mock_platform.cpp
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ set(NEO_CORE_tests_mocks
2222 ${CMAKE_CURRENT_SOURCE_DIR} /mock_graphics_allocation.h
2323 ${CMAKE_CURRENT_SOURCE_DIR} /mock_gfx_partition.cpp
2424 ${CMAKE_CURRENT_SOURCE_DIR} /mock_gfx_partition.h
25+ ${CMAKE_CURRENT_SOURCE_DIR} /mock_memory_operations_handler.h
2526 ${CMAKE_CURRENT_SOURCE_DIR} /mock_os_library.h
2627 ${CMAKE_CURRENT_SOURCE_DIR} /mock_sip.cpp
2728 ${CMAKE_CURRENT_SOURCE_DIR} /mock_sip.h
Original file line number Diff line number Diff line change 11/*
2- * Copyright (C) 2019-2020 Intel Corporation
2+ * Copyright (C) 2019-2021 Intel Corporation
33 *
44 * SPDX-License-Identifier: MIT
55 *
Original file line number Diff line number Diff line change 99#include " shared/test/common/helpers/debug_manager_state_restore.h"
1010#include " shared/test/common/mocks/mock_device.h"
1111#include " shared/test/common/mocks/mock_graphics_allocation.h"
12+ #include " shared/test/common/mocks/mock_memory_operations_handler.h"
1213#include " shared/test/unit_test/page_fault_manager/cpu_page_fault_manager_tests_fixture.h"
1314#include " shared/test/unit_test/page_fault_manager/mock_cpu_page_fault_manager.h"
1415
15- #include " opencl/test/unit_test/mocks/mock_memory_operations_handler.h"
16-
1716#include " gtest/gtest.h"
1817
1918#include < csignal>
You can’t perform that action at this time.
0 commit comments