File tree Expand file tree Collapse file tree 6 files changed +31
-4
lines changed
opencl/test/unit_test/gen12lp
shared/test/common/gen12lp Expand file tree Collapse file tree 6 files changed +31
-4
lines changed Original file line number Diff line number Diff line change 11#
2- # Copyright (C) 2020 Intel Corporation
2+ # Copyright (C) 2020-2021 Intel Corporation
33#
44# SPDX-License-Identifier: MIT
55#
66
77if (TESTS_ADLS)
88 set (IGDRCL_SRCS_tests_gen12lp_adls
99 ${CMAKE_CURRENT_SOURCE_DIR} /CMakeLists.txt
10- ${CMAKE_CURRENT_SOURCE_DIR} /test_hw_info_config_adls.cpp
1110 ${CMAKE_CURRENT_SOURCE_DIR} /test_device_caps_adls.cpp
1211 ${CMAKE_CURRENT_SOURCE_DIR} /excludes_adls.cpp
1312 )
Original file line number Diff line number Diff line change 11#
2- # Copyright (C) 2018-2020 Intel Corporation
2+ # Copyright (C) 2018-2021 Intel Corporation
33#
44# SPDX-License-Identifier: MIT
55#
@@ -8,7 +8,6 @@ if(TESTS_RKL)
88 set (IGDRCL_SRCS_tests_gen12lp_rkl
99 ${CMAKE_CURRENT_SOURCE_DIR} /CMakeLists.txt
1010 ${CMAKE_CURRENT_SOURCE_DIR} /test_hw_helper_rkl.cpp
11- ${CMAKE_CURRENT_SOURCE_DIR} /test_hw_info_config_rkl.cpp
1211 ${CMAKE_CURRENT_SOURCE_DIR} /excludes_rkl.cpp
1312 )
1413 target_sources (igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_gen12lp_rkl} )
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (C) 2021 Intel Corporation
3+ #
4+ # SPDX-License-Identifier: MIT
5+ #
6+
7+ if (TESTS_ADLS)
8+ set (NEO_CORE_TESTS_GEN12LP_ADLS
9+ ${CMAKE_CURRENT_SOURCE_DIR} /CMakeLists.txt
10+ ${CMAKE_CURRENT_SOURCE_DIR} /test_hw_info_config_adls.cpp
11+ )
12+
13+ target_sources (${TARGET_NAME} PRIVATE ${NEO_CORE_TESTS_GEN12LP_ADLS} )
14+ add_subdirectories()
15+ endif ()
File renamed without changes.
Original file line number Diff line number Diff line change 1+ #
2+ # Copyright (C) 2021 Intel Corporation
3+ #
4+ # SPDX-License-Identifier: MIT
5+ #
6+
7+ if (TESTS_RKL)
8+ set (IGDRCL_SRCS_tests_gen12lp_rkl
9+ ${CMAKE_CURRENT_SOURCE_DIR} /CMakeLists.txt
10+ ${CMAKE_CURRENT_SOURCE_DIR} /test_hw_info_config_rkl.cpp
11+ )
12+ target_sources (neo_shared_tests PRIVATE ${IGDRCL_SRCS_tests_gen12lp_rkl} )
13+ add_subdirectories()
14+ endif ()
File renamed without changes.
You can’t perform that action at this time.
0 commit comments