File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
opencl/test/unit_test/os_interface/linux
shared/test/unit_test/os_interface/linux Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ set(IGDRCL_SRCS_tests_os_interface_linux
9
9
${CMAKE_CURRENT_SOURCE_DIR} /allocator_helper_tests.cpp
10
10
${CMAKE_CURRENT_SOURCE_DIR} /debug_env_reader.cpp
11
11
${CMAKE_CURRENT_SOURCE_DIR} /device_command_stream_tests.cpp
12
- ${CMAKE_CURRENT_SOURCE_DIR} /device_factory_tests.cpp
13
- ${CMAKE_CURRENT_SOURCE_DIR} /device_factory_tests.h
14
12
${CMAKE_CURRENT_SOURCE_DIR} /device_os_tests.cpp
15
13
${CMAKE_CURRENT_SOURCE_DIR} /driver_info_tests.cpp
16
14
${CMAKE_CURRENT_SOURCE_DIR} /drm_buffer_object_tests.cpp
Original file line number Diff line number Diff line change 6
6
7
7
set (NEO_CORE_OS_INTERFACE_TESTS_LINUX
8
8
${CMAKE_CURRENT_SOURCE_DIR} /CMakeLists.txt
9
+ ${CMAKE_CURRENT_SOURCE_DIR} /device_factory_tests_linux.cpp
10
+ ${CMAKE_CURRENT_SOURCE_DIR} /device_factory_tests_linux.h
9
11
${CMAKE_CURRENT_SOURCE_DIR} /drm_bind_tests.cpp
10
12
${CMAKE_CURRENT_SOURCE_DIR} /drm_command_stream_l0_tests.cpp
11
13
${CMAKE_CURRENT_SOURCE_DIR}${BRANCH_DIR_SUFFIX} drm_engine_info_tests.cpp
Original file line number Diff line number Diff line change 5
5
*
6
6
*/
7
7
8
- #include " opencl /test/unit_test/os_interface/linux/device_factory_tests .h"
8
+ #include " shared /test/unit_test/os_interface/linux/device_factory_tests_linux .h"
9
9
10
10
#include " shared/source/execution_environment/root_device_environment.h"
11
+ #include " shared/source/os_interface/device_factory.h"
11
12
#include " shared/source/os_interface/os_interface.h"
12
13
#include " shared/test/common/helpers/default_hw_info.h"
13
14
Original file line number Diff line number Diff line change 7
7
8
8
#pragma once
9
9
10
- #include " shared/source/device/device.h"
11
- #include " shared/source/execution_environment/execution_environment.h"
12
- #include " shared/source/os_interface/device_factory.h"
13
10
#include " shared/test/common/helpers/variable_backup.h"
14
11
#include " shared/test/common/libult/linux/drm_mock.h"
15
12
#include " shared/test/common/mocks/mock_execution_environment.h"
16
13
#include " shared/test/common/test_macros/test.h"
17
14
18
- #include " gtest/gtest.h"
19
-
20
15
namespace NEO {
21
16
extern Drm **pDrmToReturnFromCreateFunc;
22
17
}; // namespace NEO
You can’t perform that action at this time.
0 commit comments