diff --git a/opencl/test/unit_test/gen12lp/adln/CMakeLists.txt b/opencl/test/unit_test/gen12lp/adln/CMakeLists.txt deleted file mode 100644 index 6357f9a055..0000000000 --- a/opencl/test/unit_test/gen12lp/adln/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -# -# Copyright (C) 2022 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(TESTS_ADLN) - add_subdirectories() -endif() diff --git a/opencl/test/unit_test/gen12lp/adln/linux/CMakeLists.txt b/opencl/test/unit_test/gen12lp/adln/linux/CMakeLists.txt deleted file mode 100644 index 70088dd962..0000000000 --- a/opencl/test/unit_test/gen12lp/adln/linux/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -# -# Copyright (C) 2022 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(UNIX) - add_subdirectory(dll) -endif() diff --git a/opencl/test/unit_test/gen12lp/adln/linux/dll/CMakeLists.txt b/opencl/test/unit_test/gen12lp/adln/linux/dll/CMakeLists.txt deleted file mode 100644 index 3449d1a48a..0000000000 --- a/opencl/test/unit_test/gen12lp/adln/linux/dll/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -# -# Copyright (C) 2022 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -set(IGDRCL_SRCS_linux_dll_tests_gen12_adln - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_adln.cpp -) -target_sources(igdrcl_linux_dll_tests PRIVATE ${IGDRCL_SRCS_linux_dll_tests_gen12_adln}) diff --git a/opencl/test/unit_test/gen12lp/adlp/CMakeLists.txt b/opencl/test/unit_test/gen12lp/adlp/CMakeLists.txt index 32b2d22cad..2f833b9302 100644 --- a/opencl/test/unit_test/gen12lp/adlp/CMakeLists.txt +++ b/opencl/test/unit_test/gen12lp/adlp/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2021-2022 Intel Corporation +# Copyright (C) 2021-2025 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -19,5 +19,4 @@ if(TESTS_ADLP) list(APPEND IGDRCL_SRCS_tests_gen12lp_adlp ${NEO_CORE_TESTS_GEN12LP_ADLP}) target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_gen12lp_adlp}) - add_subdirectories() endif() diff --git a/opencl/test/unit_test/gen12lp/adlp/linux/CMakeLists.txt b/opencl/test/unit_test/gen12lp/adlp/linux/CMakeLists.txt deleted file mode 100644 index 40c75aad2e..0000000000 --- a/opencl/test/unit_test/gen12lp/adlp/linux/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -# -# Copyright (C) 2021-2022 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(UNIX) - add_subdirectory(dll) -endif() diff --git a/opencl/test/unit_test/gen12lp/adlp/linux/dll/CMakeLists.txt b/opencl/test/unit_test/gen12lp/adlp/linux/dll/CMakeLists.txt deleted file mode 100644 index 30ccb37352..0000000000 --- a/opencl/test/unit_test/gen12lp/adlp/linux/dll/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -# -# Copyright (C) 2021-2023 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -set(IGDRCL_SRCS_linux_dll_tests_gen12_adlp - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_adlp.cpp -) -target_sources(igdrcl_linux_dll_tests PRIVATE ${IGDRCL_SRCS_linux_dll_tests_gen12_adlp}) diff --git a/opencl/test/unit_test/gen12lp/adls/CMakeLists.txt b/opencl/test/unit_test/gen12lp/adls/CMakeLists.txt deleted file mode 100644 index f3445e817c..0000000000 --- a/opencl/test/unit_test/gen12lp/adls/CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ -# -# Copyright (C) 2020-2022 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(TESTS_ADLS) - set(IGDRCL_SRCS_tests_gen12lp_adls - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ) - target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_gen12lp_adls}) - add_subdirectories() -endif() diff --git a/opencl/test/unit_test/gen12lp/adls/linux/CMakeLists.txt b/opencl/test/unit_test/gen12lp/adls/linux/CMakeLists.txt deleted file mode 100644 index 262fabc415..0000000000 --- a/opencl/test/unit_test/gen12lp/adls/linux/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -# -# Copyright (C) 2020-2022 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(UNIX) - add_subdirectory(dll) -endif() diff --git a/opencl/test/unit_test/gen12lp/adls/linux/dll/CMakeLists.txt b/opencl/test/unit_test/gen12lp/adls/linux/dll/CMakeLists.txt deleted file mode 100644 index c7488abb7b..0000000000 --- a/opencl/test/unit_test/gen12lp/adls/linux/dll/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -# -# Copyright (C) 2020 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -set(IGDRCL_SRCS_linux_dll_tests_gen12_adls - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_adls.cpp -) -target_sources(igdrcl_linux_dll_tests PRIVATE ${IGDRCL_SRCS_linux_dll_tests_gen12_adls}) diff --git a/opencl/test/unit_test/gen12lp/dg1/CMakeLists.txt b/opencl/test/unit_test/gen12lp/dg1/CMakeLists.txt index 83334dbf32..f538558ef8 100644 --- a/opencl/test/unit_test/gen12lp/dg1/CMakeLists.txt +++ b/opencl/test/unit_test/gen12lp/dg1/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2020-2022 Intel Corporation +# Copyright (C) 2020-2025 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -16,5 +16,4 @@ if(TESTS_DG1) ${CMAKE_CURRENT_SOURCE_DIR}/test_cl_device_caps_dg1.cpp ) target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_dg1}) - add_subdirectories() endif() diff --git a/opencl/test/unit_test/gen12lp/dg1/linux/CMakeLists.txt b/opencl/test/unit_test/gen12lp/dg1/linux/CMakeLists.txt deleted file mode 100644 index 262fabc415..0000000000 --- a/opencl/test/unit_test/gen12lp/dg1/linux/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -# -# Copyright (C) 2020-2022 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(UNIX) - add_subdirectory(dll) -endif() diff --git a/opencl/test/unit_test/gen12lp/dg1/linux/dll/CMakeLists.txt b/opencl/test/unit_test/gen12lp/dg1/linux/dll/CMakeLists.txt deleted file mode 100644 index 452ad01582..0000000000 --- a/opencl/test/unit_test/gen12lp/dg1/linux/dll/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -# -# Copyright (C) 2020 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -set(IGDRCL_SRCS_linux_dll_tests_gen12_dg1 - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_dg1.cpp -) -target_sources(igdrcl_linux_dll_tests PRIVATE ${IGDRCL_SRCS_linux_dll_tests_gen12_dg1}) diff --git a/opencl/test/unit_test/gen12lp/rkl/CMakeLists.txt b/opencl/test/unit_test/gen12lp/rkl/CMakeLists.txt index ba4fd122fa..f000ca3950 100644 --- a/opencl/test/unit_test/gen12lp/rkl/CMakeLists.txt +++ b/opencl/test/unit_test/gen12lp/rkl/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2020-2022 Intel Corporation +# Copyright (C) 2020-2025 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -9,6 +9,4 @@ if(TESTS_RKL) ${CMAKE_CURRENT_SOURCE_DIR}/excludes_ocl_rkl.cpp ) set_property(GLOBAL APPEND PROPERTY IGDRCL_SRCS_tests_excludes ${IGDRCL_SRCS_tests_gen12lp_rkl_excludes}) - - add_subdirectories() endif() diff --git a/opencl/test/unit_test/gen12lp/rkl/linux/CMakeLists.txt b/opencl/test/unit_test/gen12lp/rkl/linux/CMakeLists.txt deleted file mode 100644 index 262fabc415..0000000000 --- a/opencl/test/unit_test/gen12lp/rkl/linux/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -# -# Copyright (C) 2020-2022 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(UNIX) - add_subdirectory(dll) -endif() diff --git a/opencl/test/unit_test/gen12lp/rkl/linux/dll/CMakeLists.txt b/opencl/test/unit_test/gen12lp/rkl/linux/dll/CMakeLists.txt deleted file mode 100644 index ebf9537238..0000000000 --- a/opencl/test/unit_test/gen12lp/rkl/linux/dll/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -# -# Copyright (C) 2020-2021 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -set(IGDRCL_SRCS_linux_dll_tests_gen12_rkl - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_rkl.cpp -) -target_sources(igdrcl_linux_dll_tests PRIVATE ${IGDRCL_SRCS_linux_dll_tests_gen12_rkl}) diff --git a/opencl/test/unit_test/gen12lp/tgllp/CMakeLists.txt b/opencl/test/unit_test/gen12lp/tgllp/CMakeLists.txt index a885fd5169..80acc6e216 100644 --- a/opencl/test/unit_test/gen12lp/tgllp/CMakeLists.txt +++ b/opencl/test/unit_test/gen12lp/tgllp/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2019-2022 Intel Corporation +# Copyright (C) 2019-2025 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -16,5 +16,4 @@ if(TESTS_TGLLP) ${CMAKE_CURRENT_SOURCE_DIR}/kernel_tests_tgllp.cpp ) target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_gen12lp_tgllp}) - add_subdirectories() endif() diff --git a/opencl/test/unit_test/gen12lp/tgllp/linux/CMakeLists.txt b/opencl/test/unit_test/gen12lp/tgllp/linux/CMakeLists.txt deleted file mode 100644 index 623d703050..0000000000 --- a/opencl/test/unit_test/gen12lp/tgllp/linux/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -# -# Copyright (C) 2019-2022 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(UNIX) - add_subdirectories() -endif() diff --git a/opencl/test/unit_test/gen12lp/tgllp/linux/dll/CMakeLists.txt b/opencl/test/unit_test/gen12lp/tgllp/linux/dll/CMakeLists.txt deleted file mode 100644 index 0fb7d8edad..0000000000 --- a/opencl/test/unit_test/gen12lp/tgllp/linux/dll/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -# -# Copyright (C) 2019-2020 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -set(IGDRCL_SRCS_linux_dll_tests_gen12lp_tgllp - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_tgllp.cpp -) -target_sources(igdrcl_linux_dll_tests PRIVATE ${IGDRCL_SRCS_linux_dll_tests_gen12lp_tgllp}) diff --git a/opencl/test/unit_test/xe2_hpg_core/bmg/CMakeLists.txt b/opencl/test/unit_test/xe2_hpg_core/bmg/CMakeLists.txt index d7adfef738..9557cd032d 100644 --- a/opencl/test/unit_test/xe2_hpg_core/bmg/CMakeLists.txt +++ b/opencl/test/unit_test/xe2_hpg_core/bmg/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2024 Intel Corporation +# Copyright (C) 2024-2025 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -12,5 +12,4 @@ if(TESTS_BMG) ) target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_xe2_hpg_core_bmg}) - add_subdirectories() endif() diff --git a/opencl/test/unit_test/xe2_hpg_core/bmg/linux/CMakeLists.txt b/opencl/test/unit_test/xe2_hpg_core/bmg/linux/CMakeLists.txt deleted file mode 100644 index 97db1686a2..0000000000 --- a/opencl/test/unit_test/xe2_hpg_core/bmg/linux/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -# -# Copyright (C) 2024 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(UNIX) - add_subdirectories() -endif() diff --git a/opencl/test/unit_test/xe2_hpg_core/bmg/linux/dll/CMakeLists.txt b/opencl/test/unit_test/xe2_hpg_core/bmg/linux/dll/CMakeLists.txt deleted file mode 100644 index c37256b225..0000000000 --- a/opencl/test/unit_test/xe2_hpg_core/bmg/linux/dll/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -# -# Copyright (C) 2024 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -set(IGDRCL_SRCS_linux_dll_tests_xe2_hpg_core_bmg - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_bmg.cpp -) -target_sources(igdrcl_linux_dll_tests PRIVATE ${IGDRCL_SRCS_linux_dll_tests_xe2_hpg_core_bmg}) -add_subdirectories() diff --git a/opencl/test/unit_test/xe2_hpg_core/lnl/CMakeLists.txt b/opencl/test/unit_test/xe2_hpg_core/lnl/CMakeLists.txt index d0d7dd08d9..f9f8ab1b5f 100644 --- a/opencl/test/unit_test/xe2_hpg_core/lnl/CMakeLists.txt +++ b/opencl/test/unit_test/xe2_hpg_core/lnl/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2024 Intel Corporation +# Copyright (C) 2024-2025 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -12,5 +12,4 @@ if(TESTS_LNL) ) target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_xe2_hpg_core_lnl}) - add_subdirectories() endif() diff --git a/opencl/test/unit_test/xe2_hpg_core/lnl/linux/CMakeLists.txt b/opencl/test/unit_test/xe2_hpg_core/lnl/linux/CMakeLists.txt deleted file mode 100644 index 97db1686a2..0000000000 --- a/opencl/test/unit_test/xe2_hpg_core/lnl/linux/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -# -# Copyright (C) 2024 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(UNIX) - add_subdirectories() -endif() diff --git a/opencl/test/unit_test/xe2_hpg_core/lnl/linux/dll/CMakeLists.txt b/opencl/test/unit_test/xe2_hpg_core/lnl/linux/dll/CMakeLists.txt deleted file mode 100644 index 2aeba9e222..0000000000 --- a/opencl/test/unit_test/xe2_hpg_core/lnl/linux/dll/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -# -# Copyright (C) 2024 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -set(IGDRCL_SRCS_linux_dll_tests_xe2_hpg_core_lnl - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_lnl.cpp -) -target_sources(igdrcl_linux_dll_tests PRIVATE ${IGDRCL_SRCS_linux_dll_tests_xe2_hpg_core_lnl}) diff --git a/opencl/test/unit_test/xe3_core/CMakeLists.txt b/opencl/test/unit_test/xe3_core/CMakeLists.txt index b76324865d..63cc45b990 100644 --- a/opencl/test/unit_test/xe3_core/CMakeLists.txt +++ b/opencl/test/unit_test/xe3_core/CMakeLists.txt @@ -29,5 +29,4 @@ if(TESTS_XE3_CORE) list(APPEND IGDRCL_SRCS_tests_xe3_core ${NEO_CORE_TESTS_XE3_CORE}) target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_xe3_core}) - add_subdirectories() endif() diff --git a/opencl/test/unit_test/xe3_core/nvls/CMakeLists.txt b/opencl/test/unit_test/xe3_core/nvls/CMakeLists.txt deleted file mode 100644 index 7e4f5845e3..0000000000 --- a/opencl/test/unit_test/xe3_core/nvls/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -# -# Copyright (C) 2025 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(TESTS_NVLS) - set(IGDRCL_SRCS_tests_xe3_core_nvls - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ) - - target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_xe3_core_nvls}) - add_subdirectories() -endif() diff --git a/opencl/test/unit_test/xe3_core/nvls/linux/CMakeLists.txt b/opencl/test/unit_test/xe3_core/nvls/linux/CMakeLists.txt deleted file mode 100644 index a24866bea9..0000000000 --- a/opencl/test/unit_test/xe3_core/nvls/linux/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -# -# Copyright (C) 2025 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(UNIX) - add_subdirectories() -endif() diff --git a/opencl/test/unit_test/xe3_core/nvls/linux/dll/CMakeLists.txt b/opencl/test/unit_test/xe3_core/nvls/linux/dll/CMakeLists.txt deleted file mode 100644 index 63818907b4..0000000000 --- a/opencl/test/unit_test/xe3_core/nvls/linux/dll/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -# -# Copyright (C) 2025 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -set(IGDRCL_SRCS_linux_dll_tests_xe3_core_nvls - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_nvls.cpp -) -target_sources(igdrcl_linux_dll_tests PRIVATE ${IGDRCL_SRCS_linux_dll_tests_xe3_core_nvls}) diff --git a/opencl/test/unit_test/xe3_core/ptl/CMakeLists.txt b/opencl/test/unit_test/xe3_core/ptl/CMakeLists.txt deleted file mode 100644 index dff8d9f335..0000000000 --- a/opencl/test/unit_test/xe3_core/ptl/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -# -# Copyright (C) 2025 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(TESTS_PTL) - set(IGDRCL_SRCS_tests_xe3_core_ptl - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ) - - target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_xe3_core_ptl}) - add_subdirectories() -endif() diff --git a/opencl/test/unit_test/xe3_core/ptl/linux/CMakeLists.txt b/opencl/test/unit_test/xe3_core/ptl/linux/CMakeLists.txt deleted file mode 100644 index a24866bea9..0000000000 --- a/opencl/test/unit_test/xe3_core/ptl/linux/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -# -# Copyright (C) 2025 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(UNIX) - add_subdirectories() -endif() diff --git a/opencl/test/unit_test/xe3_core/ptl/linux/dll/CMakeLists.txt b/opencl/test/unit_test/xe3_core/ptl/linux/dll/CMakeLists.txt deleted file mode 100644 index d23184793b..0000000000 --- a/opencl/test/unit_test/xe3_core/ptl/linux/dll/CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ -# -# Copyright (C) 2025 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -set(IGDRCL_SRCS_linux_dll_tests_xe3_core_ptl - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_ptl.cpp -) -target_sources(igdrcl_linux_dll_tests PRIVATE ${IGDRCL_SRCS_linux_dll_tests_xe3_core_ptl}) -add_subdirectories() diff --git a/opencl/test/unit_test/xe3p_core/cri/CMakeLists.txt b/opencl/test/unit_test/xe3p_core/cri/CMakeLists.txt index 1e30ec07e1..e1f6d21946 100644 --- a/opencl/test/unit_test/xe3p_core/cri/CMakeLists.txt +++ b/opencl/test/unit_test/xe3p_core/cri/CMakeLists.txt @@ -15,5 +15,4 @@ if(TESTS_CRI) ) target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_xe3p_core_cri}) - add_subdirectories() endif() diff --git a/opencl/test/unit_test/xe3p_core/cri/linux/CMakeLists.txt b/opencl/test/unit_test/xe3p_core/cri/linux/CMakeLists.txt deleted file mode 100644 index a24866bea9..0000000000 --- a/opencl/test/unit_test/xe3p_core/cri/linux/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -# -# Copyright (C) 2025 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(UNIX) - add_subdirectories() -endif() diff --git a/opencl/test/unit_test/xe3p_core/cri/linux/dll/CMakeLists.txt b/opencl/test/unit_test/xe3p_core/cri/linux/dll/CMakeLists.txt deleted file mode 100644 index d532c2e123..0000000000 --- a/opencl/test/unit_test/xe3p_core/cri/linux/dll/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -# -# Copyright (C) 2025 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -set(IGDRCL_SRCS_linux_dll_tests_xe3p_core_cri - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_cri.cpp -) -target_sources(igdrcl_linux_dll_tests PRIVATE ${IGDRCL_SRCS_linux_dll_tests_xe3p_core_cri}) diff --git a/opencl/test/unit_test/xe_hpc_core/pvc/CMakeLists.txt b/opencl/test/unit_test/xe_hpc_core/pvc/CMakeLists.txt index e094b98bba..2b4394737e 100644 --- a/opencl/test/unit_test/xe_hpc_core/pvc/CMakeLists.txt +++ b/opencl/test/unit_test/xe_hpc_core/pvc/CMakeLists.txt @@ -14,5 +14,4 @@ if(TESTS_PVC) ${CMAKE_CURRENT_SOURCE_DIR}/test_cl_device_caps_pvc.cpp ) target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_xe_hpc_core_pvc}) - add_subdirectories() endif() diff --git a/opencl/test/unit_test/xe_hpc_core/pvc/linux/CMakeLists.txt b/opencl/test/unit_test/xe_hpc_core/pvc/linux/CMakeLists.txt deleted file mode 100644 index af734405ec..0000000000 --- a/opencl/test/unit_test/xe_hpc_core/pvc/linux/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -# -# Copyright (C) 2021-2022 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(UNIX) - add_subdirectories() -endif() diff --git a/opencl/test/unit_test/xe_hpc_core/pvc/linux/dll/CMakeLists.txt b/opencl/test/unit_test/xe_hpc_core/pvc/linux/dll/CMakeLists.txt deleted file mode 100644 index c159d73189..0000000000 --- a/opencl/test/unit_test/xe_hpc_core/pvc/linux/dll/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -# -# Copyright (C) 2021-2022 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -set(IGDRCL_SRCS_linux_dll_tests_xe_hpc_core_pvc - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_pvc.cpp -) -target_sources(igdrcl_linux_dll_tests PRIVATE ${IGDRCL_SRCS_linux_dll_tests_xe_hpc_core_pvc}) diff --git a/opencl/test/unit_test/xe_hpg_core/arl/CMakeLists.txt b/opencl/test/unit_test/xe_hpg_core/arl/CMakeLists.txt deleted file mode 100644 index d7375c6224..0000000000 --- a/opencl/test/unit_test/xe_hpg_core/arl/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -# -# Copyright (C) 2023 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(TESTS_ARL) - set(IGDRCL_SRCS_tests_xe_hpg_core_arl - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ) - - target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_xe_hpg_core_arl}) - add_subdirectories() -endif() diff --git a/opencl/test/unit_test/xe_hpg_core/arl/linux/CMakeLists.txt b/opencl/test/unit_test/xe_hpg_core/arl/linux/CMakeLists.txt deleted file mode 100644 index e100f54a4a..0000000000 --- a/opencl/test/unit_test/xe_hpg_core/arl/linux/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -# -# Copyright (C) 2023 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(UNIX) - add_subdirectories() -endif() diff --git a/opencl/test/unit_test/xe_hpg_core/arl/linux/dll/CMakeLists.txt b/opencl/test/unit_test/xe_hpg_core/arl/linux/dll/CMakeLists.txt deleted file mode 100644 index a6e3369082..0000000000 --- a/opencl/test/unit_test/xe_hpg_core/arl/linux/dll/CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ -# -# Copyright (C) 2023 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -set(IGDRCL_SRCS_linux_dll_tests_xe_hpg_core_arl - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_arl.cpp -) -target_sources(igdrcl_linux_dll_tests PRIVATE ${IGDRCL_SRCS_linux_dll_tests_xe_hpg_core_arl}) - -add_subdirectories() diff --git a/opencl/test/unit_test/xe_hpg_core/mtl/CMakeLists.txt b/opencl/test/unit_test/xe_hpg_core/mtl/CMakeLists.txt deleted file mode 100644 index 2a4e998bb4..0000000000 --- a/opencl/test/unit_test/xe_hpg_core/mtl/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -# -# Copyright (C) 2022-2023 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(TESTS_MTL) - set(IGDRCL_SRCS_tests_xe_hpg_core_mtl - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ) - - target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_xe_hpg_core_mtl}) - add_subdirectories() -endif() diff --git a/opencl/test/unit_test/xe_hpg_core/mtl/linux/CMakeLists.txt b/opencl/test/unit_test/xe_hpg_core/mtl/linux/CMakeLists.txt deleted file mode 100644 index 51bd6c064a..0000000000 --- a/opencl/test/unit_test/xe_hpg_core/mtl/linux/CMakeLists.txt +++ /dev/null @@ -1,9 +0,0 @@ -# -# Copyright (C) 2022 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(UNIX) - add_subdirectories() -endif() diff --git a/opencl/test/unit_test/xe_hpg_core/mtl/linux/dll/CMakeLists.txt b/opencl/test/unit_test/xe_hpg_core/mtl/linux/dll/CMakeLists.txt deleted file mode 100644 index 1e6f70b3d5..0000000000 --- a/opencl/test/unit_test/xe_hpg_core/mtl/linux/dll/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -# -# Copyright (C) 2022-2023 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -set(IGDRCL_SRCS_linux_dll_tests_xe_hpg_core_mtl - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_mtl.cpp -) -target_sources(igdrcl_linux_dll_tests PRIVATE ${IGDRCL_SRCS_linux_dll_tests_xe_hpg_core_mtl}) diff --git a/shared/test/unit_test/gen12lp/adln/linux/CMakeLists.txt b/shared/test/unit_test/gen12lp/adln/linux/CMakeLists.txt index f70956d2ea..5b00da8476 100644 --- a/shared/test/unit_test/gen12lp/adln/linux/CMakeLists.txt +++ b/shared/test/unit_test/gen12lp/adln/linux/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2022-2023 Intel Corporation +# Copyright (C) 2022-2025 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -7,5 +7,6 @@ if(UNIX) target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_adln.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_adln.cpp ) endif() diff --git a/opencl/test/unit_test/gen12lp/adln/linux/dll/device_id_tests_adln.cpp b/shared/test/unit_test/gen12lp/adln/linux/device_id_tests_adln.cpp similarity index 97% rename from opencl/test/unit_test/gen12lp/adln/linux/dll/device_id_tests_adln.cpp rename to shared/test/unit_test/gen12lp/adln/linux/device_id_tests_adln.cpp index 2d807f8143..1bd09719ac 100644 --- a/opencl/test/unit_test/gen12lp/adln/linux/dll/device_id_tests_adln.cpp +++ b/shared/test/unit_test/gen12lp/adln/linux/device_id_tests_adln.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Intel Corporation + * Copyright (C) 2022-2025 Intel Corporation * * SPDX-License-Identifier: MIT * diff --git a/shared/test/unit_test/gen12lp/adlp/linux/CMakeLists.txt b/shared/test/unit_test/gen12lp/adlp/linux/CMakeLists.txt index d735af6d77..8522f3a801 100644 --- a/shared/test/unit_test/gen12lp/adlp/linux/CMakeLists.txt +++ b/shared/test/unit_test/gen12lp/adlp/linux/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2022-2023 Intel Corporation +# Copyright (C) 2022-2025 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -7,5 +7,6 @@ if(UNIX) target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_adlp.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_adlp.cpp ) endif() diff --git a/opencl/test/unit_test/gen12lp/adlp/linux/dll/device_id_tests_adlp.cpp b/shared/test/unit_test/gen12lp/adlp/linux/device_id_tests_adlp.cpp similarity index 97% rename from opencl/test/unit_test/gen12lp/adlp/linux/dll/device_id_tests_adlp.cpp rename to shared/test/unit_test/gen12lp/adlp/linux/device_id_tests_adlp.cpp index b045464e9b..78906e815a 100644 --- a/opencl/test/unit_test/gen12lp/adlp/linux/dll/device_id_tests_adlp.cpp +++ b/shared/test/unit_test/gen12lp/adlp/linux/device_id_tests_adlp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2024 Intel Corporation + * Copyright (C) 2021-2025 Intel Corporation * * SPDX-License-Identifier: MIT * diff --git a/shared/test/unit_test/gen12lp/adls/linux/CMakeLists.txt b/shared/test/unit_test/gen12lp/adls/linux/CMakeLists.txt index c62e626ebb..fdd155d95d 100644 --- a/shared/test/unit_test/gen12lp/adls/linux/CMakeLists.txt +++ b/shared/test/unit_test/gen12lp/adls/linux/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2022-2023 Intel Corporation +# Copyright (C) 2022-2025 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -7,5 +7,6 @@ if(UNIX) target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_adls.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_adls.cpp ) endif() diff --git a/opencl/test/unit_test/gen12lp/adls/linux/dll/device_id_tests_adls.cpp b/shared/test/unit_test/gen12lp/adls/linux/device_id_tests_adls.cpp similarity index 97% rename from opencl/test/unit_test/gen12lp/adls/linux/dll/device_id_tests_adls.cpp rename to shared/test/unit_test/gen12lp/adls/linux/device_id_tests_adls.cpp index a88e67ee4b..ceae42cecc 100644 --- a/opencl/test/unit_test/gen12lp/adls/linux/dll/device_id_tests_adls.cpp +++ b/shared/test/unit_test/gen12lp/adls/linux/device_id_tests_adls.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Intel Corporation + * Copyright (C) 2020-2025 Intel Corporation * * SPDX-License-Identifier: MIT * diff --git a/shared/test/unit_test/gen12lp/dg1/linux/CMakeLists.txt b/shared/test/unit_test/gen12lp/dg1/linux/CMakeLists.txt index dbfde879b6..112a8adf7a 100644 --- a/shared/test/unit_test/gen12lp/dg1/linux/CMakeLists.txt +++ b/shared/test/unit_test/gen12lp/dg1/linux/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2022-2023 Intel Corporation +# Copyright (C) 2022-2025 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -7,5 +7,6 @@ if(UNIX) target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_dg1.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_dg1.cpp ) endif() diff --git a/opencl/test/unit_test/gen12lp/dg1/linux/dll/device_id_tests_dg1.cpp b/shared/test/unit_test/gen12lp/dg1/linux/device_id_tests_dg1.cpp similarity index 93% rename from opencl/test/unit_test/gen12lp/dg1/linux/dll/device_id_tests_dg1.cpp rename to shared/test/unit_test/gen12lp/dg1/linux/device_id_tests_dg1.cpp index c84f773169..08f86bf0a8 100644 --- a/opencl/test/unit_test/gen12lp/dg1/linux/dll/device_id_tests_dg1.cpp +++ b/shared/test/unit_test/gen12lp/dg1/linux/device_id_tests_dg1.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2024 Intel Corporation + * Copyright (C) 2020-2025 Intel Corporation * * SPDX-License-Identifier: MIT * diff --git a/shared/test/unit_test/gen12lp/rkl/linux/CMakeLists.txt b/shared/test/unit_test/gen12lp/rkl/linux/CMakeLists.txt index 177e272bd4..9423996d41 100644 --- a/shared/test/unit_test/gen12lp/rkl/linux/CMakeLists.txt +++ b/shared/test/unit_test/gen12lp/rkl/linux/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2022-2023 Intel Corporation +# Copyright (C) 2022-2025 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -7,5 +7,6 @@ if(UNIX) target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_rkl.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_rkl.cpp ) endif() diff --git a/opencl/test/unit_test/gen12lp/rkl/linux/dll/device_id_tests_rkl.cpp b/shared/test/unit_test/gen12lp/rkl/linux/device_id_tests_rkl.cpp similarity index 95% rename from opencl/test/unit_test/gen12lp/rkl/linux/dll/device_id_tests_rkl.cpp rename to shared/test/unit_test/gen12lp/rkl/linux/device_id_tests_rkl.cpp index aaf03d4e16..7300782088 100644 --- a/opencl/test/unit_test/gen12lp/rkl/linux/dll/device_id_tests_rkl.cpp +++ b/shared/test/unit_test/gen12lp/rkl/linux/device_id_tests_rkl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2022 Intel Corporation + * Copyright (C) 2020-2025 Intel Corporation * * SPDX-License-Identifier: MIT * diff --git a/shared/test/unit_test/gen12lp/tgllp/linux/CMakeLists.txt b/shared/test/unit_test/gen12lp/tgllp/linux/CMakeLists.txt index f141691456..47e2a06526 100644 --- a/shared/test/unit_test/gen12lp/tgllp/linux/CMakeLists.txt +++ b/shared/test/unit_test/gen12lp/tgllp/linux/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2022-2023 Intel Corporation +# Copyright (C) 2022-2025 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -7,5 +7,6 @@ if(UNIX) target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_tgllp.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_tgllp.cpp ) endif() diff --git a/opencl/test/unit_test/gen12lp/tgllp/linux/dll/device_id_tests_tgllp.cpp b/shared/test/unit_test/gen12lp/tgllp/linux/device_id_tests_tgllp.cpp similarity index 95% rename from opencl/test/unit_test/gen12lp/tgllp/linux/dll/device_id_tests_tgllp.cpp rename to shared/test/unit_test/gen12lp/tgllp/linux/device_id_tests_tgllp.cpp index a0575089ea..4db165c7f9 100644 --- a/opencl/test/unit_test/gen12lp/tgllp/linux/dll/device_id_tests_tgllp.cpp +++ b/shared/test/unit_test/gen12lp/tgllp/linux/device_id_tests_tgllp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2024 Intel Corporation + * Copyright (C) 2019-2025 Intel Corporation * * SPDX-License-Identifier: MIT * diff --git a/shared/test/unit_test/xe2_hpg_core/bmg/linux/CMakeLists.txt b/shared/test/unit_test/xe2_hpg_core/bmg/linux/CMakeLists.txt index 049220c5a9..4af64fbb22 100644 --- a/shared/test/unit_test/xe2_hpg_core/bmg/linux/CMakeLists.txt +++ b/shared/test/unit_test/xe2_hpg_core/bmg/linux/CMakeLists.txt @@ -1,9 +1,13 @@ # -# Copyright (C) 2024 Intel Corporation +# Copyright (C) 2024-2025 Intel Corporation # # SPDX-License-Identifier: MIT # if(UNIX) - target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_bmg_linux.cpp) + target_sources(neo_shared_tests PRIVATE + ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_bmg_linux.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_bmg.cpp + ) + add_subdirectories() endif() diff --git a/opencl/test/unit_test/xe2_hpg_core/bmg/linux/dll/device_id_tests_bmg.cpp b/shared/test/unit_test/xe2_hpg_core/bmg/linux/device_id_tests_bmg.cpp similarity index 100% rename from opencl/test/unit_test/xe2_hpg_core/bmg/linux/dll/device_id_tests_bmg.cpp rename to shared/test/unit_test/xe2_hpg_core/bmg/linux/device_id_tests_bmg.cpp diff --git a/shared/test/unit_test/xe2_hpg_core/lnl/linux/CMakeLists.txt b/shared/test/unit_test/xe2_hpg_core/lnl/linux/CMakeLists.txt index 00f64409d2..de19ada34d 100644 --- a/shared/test/unit_test/xe2_hpg_core/lnl/linux/CMakeLists.txt +++ b/shared/test/unit_test/xe2_hpg_core/lnl/linux/CMakeLists.txt @@ -1,9 +1,12 @@ # -# Copyright (C) 2024 Intel Corporation +# Copyright (C) 2024-2025 Intel Corporation # # SPDX-License-Identifier: MIT # if(UNIX) - target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_lnl_linux.cpp) + target_sources(neo_shared_tests PRIVATE + ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_lnl_linux.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_lnl.cpp + ) endif() diff --git a/opencl/test/unit_test/xe2_hpg_core/lnl/linux/dll/device_id_tests_lnl.cpp b/shared/test/unit_test/xe2_hpg_core/lnl/linux/device_id_tests_lnl.cpp similarity index 92% rename from opencl/test/unit_test/xe2_hpg_core/lnl/linux/dll/device_id_tests_lnl.cpp rename to shared/test/unit_test/xe2_hpg_core/lnl/linux/device_id_tests_lnl.cpp index fdaba61b98..1464d8ce4c 100644 --- a/opencl/test/unit_test/xe2_hpg_core/lnl/linux/dll/device_id_tests_lnl.cpp +++ b/shared/test/unit_test/xe2_hpg_core/lnl/linux/device_id_tests_lnl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Intel Corporation + * Copyright (C) 2024-2025 Intel Corporation * * SPDX-License-Identifier: MIT * diff --git a/shared/test/unit_test/xe3_core/nvls/linux/CMakeLists.txt b/shared/test/unit_test/xe3_core/nvls/linux/CMakeLists.txt index c27552e07a..7a892cda53 100644 --- a/shared/test/unit_test/xe3_core/nvls/linux/CMakeLists.txt +++ b/shared/test/unit_test/xe3_core/nvls/linux/CMakeLists.txt @@ -5,5 +5,8 @@ # if(UNIX) - target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_nvls_linux.cpp) + target_sources(neo_shared_tests PRIVATE + ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_nvls_linux.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_nvls.cpp + ) endif() diff --git a/opencl/test/unit_test/xe3_core/nvls/linux/dll/device_id_tests_nvls.cpp b/shared/test/unit_test/xe3_core/nvls/linux/device_id_tests_nvls.cpp similarity index 100% rename from opencl/test/unit_test/xe3_core/nvls/linux/dll/device_id_tests_nvls.cpp rename to shared/test/unit_test/xe3_core/nvls/linux/device_id_tests_nvls.cpp diff --git a/shared/test/unit_test/xe3_core/ptl/linux/CMakeLists.txt b/shared/test/unit_test/xe3_core/ptl/linux/CMakeLists.txt index 2292f43653..7431a6f350 100644 --- a/shared/test/unit_test/xe3_core/ptl/linux/CMakeLists.txt +++ b/shared/test/unit_test/xe3_core/ptl/linux/CMakeLists.txt @@ -5,5 +5,9 @@ # if(UNIX) - target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_ptl_linux.cpp) + target_sources(neo_shared_tests PRIVATE + ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_ptl_linux.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_ptl.cpp + ) + add_subdirectories() endif() diff --git a/opencl/test/unit_test/xe3_core/ptl/linux/dll/device_id_tests_ptl.cpp b/shared/test/unit_test/xe3_core/ptl/linux/device_id_tests_ptl.cpp similarity index 100% rename from opencl/test/unit_test/xe3_core/ptl/linux/dll/device_id_tests_ptl.cpp rename to shared/test/unit_test/xe3_core/ptl/linux/device_id_tests_ptl.cpp diff --git a/shared/test/unit_test/xe3p_core/cri/linux/CMakeLists.txt b/shared/test/unit_test/xe3p_core/cri/linux/CMakeLists.txt index a1f559eb4a..be247a7567 100644 --- a/shared/test/unit_test/xe3p_core/cri/linux/CMakeLists.txt +++ b/shared/test/unit_test/xe3p_core/cri/linux/CMakeLists.txt @@ -5,5 +5,8 @@ # if(UNIX) - target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_cri.cpp) + target_sources(neo_shared_tests PRIVATE + ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_cri.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_cri.cpp + ) endif() diff --git a/opencl/test/unit_test/xe3p_core/cri/linux/dll/device_id_tests_cri.cpp b/shared/test/unit_test/xe3p_core/cri/linux/device_id_tests_cri.cpp similarity index 100% rename from opencl/test/unit_test/xe3p_core/cri/linux/dll/device_id_tests_cri.cpp rename to shared/test/unit_test/xe3p_core/cri/linux/device_id_tests_cri.cpp diff --git a/shared/test/unit_test/xe_hpc_core/pvc/linux/CMakeLists.txt b/shared/test/unit_test/xe_hpc_core/pvc/linux/CMakeLists.txt index 6d1730e4e0..aea3936430 100644 --- a/shared/test/unit_test/xe_hpc_core/pvc/linux/CMakeLists.txt +++ b/shared/test/unit_test/xe_hpc_core/pvc/linux/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2022-2023 Intel Corporation +# Copyright (C) 2022-2025 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -7,6 +7,7 @@ if(UNIX) target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_pvc.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_pvc.cpp ) add_subdirectories() endif() diff --git a/opencl/test/unit_test/xe_hpc_core/pvc/linux/dll/device_id_tests_pvc.cpp b/shared/test/unit_test/xe_hpc_core/pvc/linux/device_id_tests_pvc.cpp similarity index 96% rename from opencl/test/unit_test/xe_hpc_core/pvc/linux/dll/device_id_tests_pvc.cpp rename to shared/test/unit_test/xe_hpc_core/pvc/linux/device_id_tests_pvc.cpp index b71d2d1615..245c7a4e65 100644 --- a/opencl/test/unit_test/xe_hpc_core/pvc/linux/dll/device_id_tests_pvc.cpp +++ b/shared/test/unit_test/xe_hpc_core/pvc/linux/device_id_tests_pvc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Intel Corporation + * Copyright (C) 2021-2025 Intel Corporation * * SPDX-License-Identifier: MIT * diff --git a/shared/test/unit_test/xe_hpg_core/arl/linux/CMakeLists.txt b/shared/test/unit_test/xe_hpg_core/arl/linux/CMakeLists.txt index f33e84c071..c80562b94f 100644 --- a/shared/test/unit_test/xe_hpg_core/arl/linux/CMakeLists.txt +++ b/shared/test/unit_test/xe_hpg_core/arl/linux/CMakeLists.txt @@ -1,9 +1,13 @@ # -# Copyright (C) 2023 Intel Corporation +# Copyright (C) 2023-2025 Intel Corporation # # SPDX-License-Identifier: MIT # if(UNIX) - target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_arl.cpp) + target_sources(neo_shared_tests PRIVATE + ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_arl.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_arl.cpp + ) + add_subdirectories() endif() diff --git a/opencl/test/unit_test/xe_hpg_core/arl/linux/dll/device_id_tests_arl.cpp b/shared/test/unit_test/xe_hpg_core/arl/linux/device_id_tests_arl.cpp similarity index 89% rename from opencl/test/unit_test/xe_hpg_core/arl/linux/dll/device_id_tests_arl.cpp rename to shared/test/unit_test/xe_hpg_core/arl/linux/device_id_tests_arl.cpp index 1bc4bb436f..ea5dfb5253 100644 --- a/opencl/test/unit_test/xe_hpg_core/arl/linux/dll/device_id_tests_arl.cpp +++ b/shared/test/unit_test/xe_hpg_core/arl/linux/device_id_tests_arl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2023 Intel Corporation + * Copyright (C) 2023-2025 Intel Corporation * * SPDX-License-Identifier: MIT * diff --git a/shared/test/unit_test/xe_hpg_core/mtl/linux/CMakeLists.txt b/shared/test/unit_test/xe_hpg_core/mtl/linux/CMakeLists.txt index f06e955cd4..387d1ed4f8 100644 --- a/shared/test/unit_test/xe_hpg_core/mtl/linux/CMakeLists.txt +++ b/shared/test/unit_test/xe_hpg_core/mtl/linux/CMakeLists.txt @@ -1,9 +1,12 @@ # -# Copyright (C) 2022-2023 Intel Corporation +# Copyright (C) 2022-2025 Intel Corporation # # SPDX-License-Identifier: MIT # if(UNIX) - target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_mtl_linux.cpp) + target_sources(neo_shared_tests PRIVATE + ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_mtl_linux.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/device_id_tests_mtl.cpp + ) endif() diff --git a/opencl/test/unit_test/xe_hpg_core/mtl/linux/dll/device_id_tests_mtl.cpp b/shared/test/unit_test/xe_hpg_core/mtl/linux/device_id_tests_mtl.cpp similarity index 94% rename from opencl/test/unit_test/xe_hpg_core/mtl/linux/dll/device_id_tests_mtl.cpp rename to shared/test/unit_test/xe_hpg_core/mtl/linux/device_id_tests_mtl.cpp index 3861f4cf26..defe2a6703 100644 --- a/opencl/test/unit_test/xe_hpg_core/mtl/linux/dll/device_id_tests_mtl.cpp +++ b/shared/test/unit_test/xe_hpg_core/mtl/linux/device_id_tests_mtl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022-2024 Intel Corporation + * Copyright (C) 2022-2025 Intel Corporation * * SPDX-License-Identifier: MIT *