From 67b14e203497ab1aa85d15d3f5d0914b049ce447 Mon Sep 17 00:00:00 2001 From: Kamil Kopryk Date: Wed, 8 Mar 2023 09:22:03 +0000 Subject: [PATCH] refactor: rename test product helper files Related-To: NEO-7703 Signed-off-by: Kamil Kopryk --- opencl/test/unit_test/xe_hp_core/xehp/CMakeLists.txt | 2 +- ...t_hw_info_config_xehp.inl => test_product_helper_xehp.inl} | 0 opencl/test/unit_test/xe_hp_core/xehp/test_wrapper_xehp.cpp | 2 +- shared/test/unit_test/gen11/ehl/CMakeLists.txt | 4 ++-- ...est_hw_info_config_ehl.cpp => test_product_helper_ehl.cpp} | 0 shared/test/unit_test/gen11/icllp/CMakeLists.txt | 2 +- ...hw_info_config_icllp.cpp => test_product_helper_icllp.cpp} | 0 shared/test/unit_test/gen11/lkf/CMakeLists.txt | 4 ++-- ...est_hw_info_config_lkf.cpp => test_product_helper_lkf.cpp} | 0 shared/test/unit_test/gen12lp/adln/CMakeLists.txt | 2 +- ...t_hw_info_config_adln.cpp => test_product_helper_adln.cpp} | 0 shared/test/unit_test/gen12lp/adlp/CMakeLists.txt | 4 ++-- ...t_hw_info_config_adlp.cpp => test_product_helper_adlp.cpp} | 0 shared/test/unit_test/gen12lp/adls/CMakeLists.txt | 2 +- ...t_hw_info_config_adls.cpp => test_product_helper_adls.cpp} | 0 shared/test/unit_test/gen12lp/dg1/CMakeLists.txt | 2 +- ...est_hw_info_config_dg1.cpp => test_product_helper_dg1.cpp} | 0 shared/test/unit_test/gen12lp/rkl/CMakeLists.txt | 2 +- ...est_hw_info_config_rkl.cpp => test_product_helper_rkl.cpp} | 0 shared/test/unit_test/gen8/bdw/CMakeLists.txt | 4 ++-- ...est_hw_info_config_bdw.cpp => test_product_helper_bdw.cpp} | 0 shared/test/unit_test/gen9/bxt/CMakeLists.txt | 4 ++-- ...est_hw_info_config_bxt.cpp => test_product_helper_bxt.cpp} | 0 shared/test/unit_test/gen9/cfl/CMakeLists.txt | 4 ++-- ...est_hw_info_config_cfl.cpp => test_product_helper_cfl.cpp} | 0 shared/test/unit_test/gen9/glk/CMakeLists.txt | 4 ++-- ...est_hw_info_config_glk.cpp => test_product_helper_glk.cpp} | 0 shared/test/unit_test/gen9/kbl/CMakeLists.txt | 4 ++-- ...est_hw_info_config_kbl.cpp => test_product_helper_kbl.cpp} | 0 shared/test/unit_test/gen9/skl/CMakeLists.txt | 4 ++-- ...est_hw_info_config_skl.cpp => test_product_helper_skl.cpp} | 0 shared/test/unit_test/xe_hp_core/CMakeLists.txt | 2 +- ...nfig_xe_hp_core.cpp => test_product_helper_xe_hp_core.cpp} | 0 shared/test/unit_test/xe_hpc_core/pvc/CMakeLists.txt | 2 +- ...est_hw_info_config_pvc.cpp => test_product_helper_pvc.cpp} | 0 shared/test/unit_test/xe_hpg_core/CMakeLists.txt | 2 +- shared/test/unit_test/xe_hpg_core/dg2/CMakeLists.txt | 2 +- ...est_hw_info_config_dg2.cpp => test_product_helper_dg2.cpp} | 0 ...ig_xe_hpg_core.cpp => test_product_helper_xe_hpg_core.cpp} | 0 39 files changed, 29 insertions(+), 29 deletions(-) rename opencl/test/unit_test/xe_hp_core/xehp/{test_hw_info_config_xehp.inl => test_product_helper_xehp.inl} (100%) rename shared/test/unit_test/gen11/ehl/{test_hw_info_config_ehl.cpp => test_product_helper_ehl.cpp} (100%) rename shared/test/unit_test/gen11/icllp/{test_hw_info_config_icllp.cpp => test_product_helper_icllp.cpp} (100%) rename shared/test/unit_test/gen11/lkf/{test_hw_info_config_lkf.cpp => test_product_helper_lkf.cpp} (100%) rename shared/test/unit_test/gen12lp/adln/{test_hw_info_config_adln.cpp => test_product_helper_adln.cpp} (100%) rename shared/test/unit_test/gen12lp/adlp/{test_hw_info_config_adlp.cpp => test_product_helper_adlp.cpp} (100%) rename shared/test/unit_test/gen12lp/adls/{test_hw_info_config_adls.cpp => test_product_helper_adls.cpp} (100%) rename shared/test/unit_test/gen12lp/dg1/{test_hw_info_config_dg1.cpp => test_product_helper_dg1.cpp} (100%) rename shared/test/unit_test/gen12lp/rkl/{test_hw_info_config_rkl.cpp => test_product_helper_rkl.cpp} (100%) rename shared/test/unit_test/gen8/bdw/{test_hw_info_config_bdw.cpp => test_product_helper_bdw.cpp} (100%) rename shared/test/unit_test/gen9/bxt/{test_hw_info_config_bxt.cpp => test_product_helper_bxt.cpp} (100%) rename shared/test/unit_test/gen9/cfl/{test_hw_info_config_cfl.cpp => test_product_helper_cfl.cpp} (100%) rename shared/test/unit_test/gen9/glk/{test_hw_info_config_glk.cpp => test_product_helper_glk.cpp} (100%) rename shared/test/unit_test/gen9/kbl/{test_hw_info_config_kbl.cpp => test_product_helper_kbl.cpp} (100%) rename shared/test/unit_test/gen9/skl/{test_hw_info_config_skl.cpp => test_product_helper_skl.cpp} (100%) rename shared/test/unit_test/xe_hp_core/{test_hw_info_config_xe_hp_core.cpp => test_product_helper_xe_hp_core.cpp} (100%) rename shared/test/unit_test/xe_hpc_core/pvc/{test_hw_info_config_pvc.cpp => test_product_helper_pvc.cpp} (100%) rename shared/test/unit_test/xe_hpg_core/dg2/{test_hw_info_config_dg2.cpp => test_product_helper_dg2.cpp} (100%) rename shared/test/unit_test/xe_hpg_core/{test_hw_info_config_xe_hpg_core.cpp => test_product_helper_xe_hpg_core.cpp} (100%) diff --git a/opencl/test/unit_test/xe_hp_core/xehp/CMakeLists.txt b/opencl/test/unit_test/xe_hp_core/xehp/CMakeLists.txt index 2404d7cbfd..e3fb072b8d 100644 --- a/opencl/test/unit_test/xe_hp_core/xehp/CMakeLists.txt +++ b/opencl/test/unit_test/xe_hp_core/xehp/CMakeLists.txt @@ -17,7 +17,7 @@ if(TESTS_XE_HP_SDV) ${CMAKE_CURRENT_SOURCE_DIR}/test_buffer_xe_hp_sdv.inl ${CMAKE_CURRENT_SOURCE_DIR}/test_command_stream_receiver_xehp.inl ${CMAKE_CURRENT_SOURCE_DIR}/test_device_caps_xehp.inl - ${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_xehp.inl + ${CMAKE_CURRENT_SOURCE_DIR}/test_product_helper_xehp.inl ${CMAKE_CURRENT_SOURCE_DIR}/test_image_xe_hp_sdv.inl ${CMAKE_CURRENT_SOURCE_DIR}/test_local_work_size_xehp.inl ${CMAKE_CURRENT_SOURCE_DIR}/test_sub_devices_xehp.inl diff --git a/opencl/test/unit_test/xe_hp_core/xehp/test_hw_info_config_xehp.inl b/opencl/test/unit_test/xe_hp_core/xehp/test_product_helper_xehp.inl similarity index 100% rename from opencl/test/unit_test/xe_hp_core/xehp/test_hw_info_config_xehp.inl rename to opencl/test/unit_test/xe_hp_core/xehp/test_product_helper_xehp.inl diff --git a/opencl/test/unit_test/xe_hp_core/xehp/test_wrapper_xehp.cpp b/opencl/test/unit_test/xe_hp_core/xehp/test_wrapper_xehp.cpp index 3c384a46d4..5751424a95 100644 --- a/opencl/test/unit_test/xe_hp_core/xehp/test_wrapper_xehp.cpp +++ b/opencl/test/unit_test/xe_hp_core/xehp/test_wrapper_xehp.cpp @@ -14,8 +14,8 @@ #include "test_buffer_xe_hp_sdv.inl" #include "test_command_stream_receiver_xehp.inl" #include "test_device_caps_xehp.inl" -#include "test_hw_info_config_xehp.inl" #include "test_image_xe_hp_sdv.inl" #include "test_local_work_size_xehp.inl" #include "test_platform_caps_xehp.inl" +#include "test_product_helper_xehp.inl" #include "test_sub_devices_xehp.inl" diff --git a/shared/test/unit_test/gen11/ehl/CMakeLists.txt b/shared/test/unit_test/gen11/ehl/CMakeLists.txt index 60578d2d81..4bc47bc4be 100644 --- a/shared/test/unit_test/gen11/ehl/CMakeLists.txt +++ b/shared/test/unit_test/gen11/ehl/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2022 Intel Corporation +# Copyright (C) 2022-2023 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -7,7 +7,7 @@ if(TESTS_EHL) target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/excludes_gen11_ehl.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_ehl.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/test_product_helper_ehl.cpp ) add_subdirectories() endif() diff --git a/shared/test/unit_test/gen11/ehl/test_hw_info_config_ehl.cpp b/shared/test/unit_test/gen11/ehl/test_product_helper_ehl.cpp similarity index 100% rename from shared/test/unit_test/gen11/ehl/test_hw_info_config_ehl.cpp rename to shared/test/unit_test/gen11/ehl/test_product_helper_ehl.cpp diff --git a/shared/test/unit_test/gen11/icllp/CMakeLists.txt b/shared/test/unit_test/gen11/icllp/CMakeLists.txt index 7af8870b4c..40af78f5ff 100644 --- a/shared/test/unit_test/gen11/icllp/CMakeLists.txt +++ b/shared/test/unit_test/gen11/icllp/CMakeLists.txt @@ -12,7 +12,7 @@ if(TESTS_ICLLP) target_sources(neo_shared_tests PRIVATE ${NEO_SHARED_tests_gen11_icllp} - ${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_icllp.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/test_product_helper_icllp.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_program_media_sampler_icllp.cpp ) diff --git a/shared/test/unit_test/gen11/icllp/test_hw_info_config_icllp.cpp b/shared/test/unit_test/gen11/icllp/test_product_helper_icllp.cpp similarity index 100% rename from shared/test/unit_test/gen11/icllp/test_hw_info_config_icllp.cpp rename to shared/test/unit_test/gen11/icllp/test_product_helper_icllp.cpp diff --git a/shared/test/unit_test/gen11/lkf/CMakeLists.txt b/shared/test/unit_test/gen11/lkf/CMakeLists.txt index e96ce749c3..f54c2780eb 100644 --- a/shared/test/unit_test/gen11/lkf/CMakeLists.txt +++ b/shared/test/unit_test/gen11/lkf/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2022 Intel Corporation +# Copyright (C) 2022-2023 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -7,7 +7,7 @@ if(TESTS_LKF) target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/excludes_gen11_lkf.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_lkf.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/test_product_helper_lkf.cpp ) add_subdirectories() endif() diff --git a/shared/test/unit_test/gen11/lkf/test_hw_info_config_lkf.cpp b/shared/test/unit_test/gen11/lkf/test_product_helper_lkf.cpp similarity index 100% rename from shared/test/unit_test/gen11/lkf/test_hw_info_config_lkf.cpp rename to shared/test/unit_test/gen11/lkf/test_product_helper_lkf.cpp diff --git a/shared/test/unit_test/gen12lp/adln/CMakeLists.txt b/shared/test/unit_test/gen12lp/adln/CMakeLists.txt index 060d4f4593..a96fd25629 100644 --- a/shared/test/unit_test/gen12lp/adln/CMakeLists.txt +++ b/shared/test/unit_test/gen12lp/adln/CMakeLists.txt @@ -12,7 +12,7 @@ if(TESTS_ADLN) ${NEO_CORE_tests_gen12lp_adln_excludes} ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt ${CMAKE_CURRENT_SOURCE_DIR}/test_device_caps_adln.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_adln.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/test_product_helper_adln.cpp ) add_subdirectories() diff --git a/shared/test/unit_test/gen12lp/adln/test_hw_info_config_adln.cpp b/shared/test/unit_test/gen12lp/adln/test_product_helper_adln.cpp similarity index 100% rename from shared/test/unit_test/gen12lp/adln/test_hw_info_config_adln.cpp rename to shared/test/unit_test/gen12lp/adln/test_product_helper_adln.cpp diff --git a/shared/test/unit_test/gen12lp/adlp/CMakeLists.txt b/shared/test/unit_test/gen12lp/adlp/CMakeLists.txt index 447168655b..9b06b30d9e 100644 --- a/shared/test/unit_test/gen12lp/adlp/CMakeLists.txt +++ b/shared/test/unit_test/gen12lp/adlp/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2021-2022 Intel Corporation +# Copyright (C) 2021-2023 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -14,7 +14,7 @@ if(TESTS_ADLP) ${CMAKE_CURRENT_SOURCE_DIR}/command_stream_receiver_hw_tests_adlp.cpp ${CMAKE_CURRENT_SOURCE_DIR}/preamble_helper_tests_adlp.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_device_caps_adlp.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_adlp.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/test_product_helper_adlp.cpp ) add_subdirectories() diff --git a/shared/test/unit_test/gen12lp/adlp/test_hw_info_config_adlp.cpp b/shared/test/unit_test/gen12lp/adlp/test_product_helper_adlp.cpp similarity index 100% rename from shared/test/unit_test/gen12lp/adlp/test_hw_info_config_adlp.cpp rename to shared/test/unit_test/gen12lp/adlp/test_product_helper_adlp.cpp diff --git a/shared/test/unit_test/gen12lp/adls/CMakeLists.txt b/shared/test/unit_test/gen12lp/adls/CMakeLists.txt index ff7d5d95f0..d704116717 100644 --- a/shared/test/unit_test/gen12lp/adls/CMakeLists.txt +++ b/shared/test/unit_test/gen12lp/adls/CMakeLists.txt @@ -12,7 +12,7 @@ if(TESTS_ADLS) ${NEO_CORE_tests_gen12lp_adls_excludes} ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt ${CMAKE_CURRENT_SOURCE_DIR}/test_device_caps_adls.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_adls.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/test_product_helper_adls.cpp ) add_subdirectories() diff --git a/shared/test/unit_test/gen12lp/adls/test_hw_info_config_adls.cpp b/shared/test/unit_test/gen12lp/adls/test_product_helper_adls.cpp similarity index 100% rename from shared/test/unit_test/gen12lp/adls/test_hw_info_config_adls.cpp rename to shared/test/unit_test/gen12lp/adls/test_product_helper_adls.cpp diff --git a/shared/test/unit_test/gen12lp/dg1/CMakeLists.txt b/shared/test/unit_test/gen12lp/dg1/CMakeLists.txt index 0831a38656..76687eb6fb 100644 --- a/shared/test/unit_test/gen12lp/dg1/CMakeLists.txt +++ b/shared/test/unit_test/gen12lp/dg1/CMakeLists.txt @@ -12,7 +12,7 @@ if(TESTS_DG1) ${CMAKE_CURRENT_SOURCE_DIR}/gfx_core_helper_tests_dg1.cpp ${CMAKE_CURRENT_SOURCE_DIR}/hw_info_tests_dg1.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_device_caps_dg1.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_dg1.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/test_product_helper_dg1.cpp ) add_subdirectories() endif() diff --git a/shared/test/unit_test/gen12lp/dg1/test_hw_info_config_dg1.cpp b/shared/test/unit_test/gen12lp/dg1/test_product_helper_dg1.cpp similarity index 100% rename from shared/test/unit_test/gen12lp/dg1/test_hw_info_config_dg1.cpp rename to shared/test/unit_test/gen12lp/dg1/test_product_helper_dg1.cpp diff --git a/shared/test/unit_test/gen12lp/rkl/CMakeLists.txt b/shared/test/unit_test/gen12lp/rkl/CMakeLists.txt index 9667bc8ff8..d49a264775 100644 --- a/shared/test/unit_test/gen12lp/rkl/CMakeLists.txt +++ b/shared/test/unit_test/gen12lp/rkl/CMakeLists.txt @@ -9,7 +9,7 @@ if(TESTS_RKL) ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt ${CMAKE_CURRENT_SOURCE_DIR}/excludes_gen12lp_rkl.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_gfx_core_helper_rkl.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_rkl.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/test_product_helper_rkl.cpp ) add_subdirectories() diff --git a/shared/test/unit_test/gen12lp/rkl/test_hw_info_config_rkl.cpp b/shared/test/unit_test/gen12lp/rkl/test_product_helper_rkl.cpp similarity index 100% rename from shared/test/unit_test/gen12lp/rkl/test_hw_info_config_rkl.cpp rename to shared/test/unit_test/gen12lp/rkl/test_product_helper_rkl.cpp diff --git a/shared/test/unit_test/gen8/bdw/CMakeLists.txt b/shared/test/unit_test/gen8/bdw/CMakeLists.txt index 547ad3f866..5fbdef7dab 100644 --- a/shared/test/unit_test/gen8/bdw/CMakeLists.txt +++ b/shared/test/unit_test/gen8/bdw/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2021-2022 Intel Corporation +# Copyright (C) 2021-2023 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -7,7 +7,7 @@ if(TESTS_BDW) target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_bdw.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/test_product_helper_bdw.cpp ) add_subdirectories() diff --git a/shared/test/unit_test/gen8/bdw/test_hw_info_config_bdw.cpp b/shared/test/unit_test/gen8/bdw/test_product_helper_bdw.cpp similarity index 100% rename from shared/test/unit_test/gen8/bdw/test_hw_info_config_bdw.cpp rename to shared/test/unit_test/gen8/bdw/test_product_helper_bdw.cpp diff --git a/shared/test/unit_test/gen9/bxt/CMakeLists.txt b/shared/test/unit_test/gen9/bxt/CMakeLists.txt index 7fd09209dd..03e93bdd72 100644 --- a/shared/test/unit_test/gen9/bxt/CMakeLists.txt +++ b/shared/test/unit_test/gen9/bxt/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2022 Intel Corporation +# Copyright (C) 2022-2023 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -8,7 +8,7 @@ if(TESTS_BXT) target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt ${CMAKE_CURRENT_SOURCE_DIR}/device_tests_bxt.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_bxt.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/test_product_helper_bxt.cpp ) add_subdirectories() diff --git a/shared/test/unit_test/gen9/bxt/test_hw_info_config_bxt.cpp b/shared/test/unit_test/gen9/bxt/test_product_helper_bxt.cpp similarity index 100% rename from shared/test/unit_test/gen9/bxt/test_hw_info_config_bxt.cpp rename to shared/test/unit_test/gen9/bxt/test_product_helper_bxt.cpp diff --git a/shared/test/unit_test/gen9/cfl/CMakeLists.txt b/shared/test/unit_test/gen9/cfl/CMakeLists.txt index 2a43bf9968..168d0aef7a 100644 --- a/shared/test/unit_test/gen9/cfl/CMakeLists.txt +++ b/shared/test/unit_test/gen9/cfl/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2022 Intel Corporation +# Copyright (C) 2022-2023 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -10,7 +10,7 @@ if(TESTS_CFL) target_sources(neo_shared_tests PRIVATE ${NEO_CORE_tests_gen9_cfl_excludes} ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_cfl.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/test_product_helper_cfl.cpp ) add_subdirectories() diff --git a/shared/test/unit_test/gen9/cfl/test_hw_info_config_cfl.cpp b/shared/test/unit_test/gen9/cfl/test_product_helper_cfl.cpp similarity index 100% rename from shared/test/unit_test/gen9/cfl/test_hw_info_config_cfl.cpp rename to shared/test/unit_test/gen9/cfl/test_product_helper_cfl.cpp diff --git a/shared/test/unit_test/gen9/glk/CMakeLists.txt b/shared/test/unit_test/gen9/glk/CMakeLists.txt index 2d2c3b5016..13668e49fb 100644 --- a/shared/test/unit_test/gen9/glk/CMakeLists.txt +++ b/shared/test/unit_test/gen9/glk/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2022 Intel Corporation +# Copyright (C) 2022-2023 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -7,7 +7,7 @@ if(TESTS_GLK) target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_glk.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/test_product_helper_glk.cpp ) add_subdirectories() diff --git a/shared/test/unit_test/gen9/glk/test_hw_info_config_glk.cpp b/shared/test/unit_test/gen9/glk/test_product_helper_glk.cpp similarity index 100% rename from shared/test/unit_test/gen9/glk/test_hw_info_config_glk.cpp rename to shared/test/unit_test/gen9/glk/test_product_helper_glk.cpp diff --git a/shared/test/unit_test/gen9/kbl/CMakeLists.txt b/shared/test/unit_test/gen9/kbl/CMakeLists.txt index 713a290d78..0be06f3706 100644 --- a/shared/test/unit_test/gen9/kbl/CMakeLists.txt +++ b/shared/test/unit_test/gen9/kbl/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2022 Intel Corporation +# Copyright (C) 2022-2023 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -10,7 +10,7 @@ if(TESTS_KBL) target_sources(neo_shared_tests PRIVATE ${NEO_CORE_tests_gen9_kbl_excludes} ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_kbl.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/test_product_helper_kbl.cpp ) add_subdirectories() diff --git a/shared/test/unit_test/gen9/kbl/test_hw_info_config_kbl.cpp b/shared/test/unit_test/gen9/kbl/test_product_helper_kbl.cpp similarity index 100% rename from shared/test/unit_test/gen9/kbl/test_hw_info_config_kbl.cpp rename to shared/test/unit_test/gen9/kbl/test_product_helper_kbl.cpp diff --git a/shared/test/unit_test/gen9/skl/CMakeLists.txt b/shared/test/unit_test/gen9/skl/CMakeLists.txt index 0ca17ac2c7..9a6378efe2 100644 --- a/shared/test/unit_test/gen9/skl/CMakeLists.txt +++ b/shared/test/unit_test/gen9/skl/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2022 Intel Corporation +# Copyright (C) 2022-2023 Intel Corporation # # SPDX-License-Identifier: MIT # @@ -11,7 +11,7 @@ if(TESTS_SKL) ${NEO_CORE_tests_gen9_skl_excludes} ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt ${CMAKE_CURRENT_SOURCE_DIR}/device_tests_skl.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_skl.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/test_product_helper_skl.cpp ) add_subdirectories() diff --git a/shared/test/unit_test/gen9/skl/test_hw_info_config_skl.cpp b/shared/test/unit_test/gen9/skl/test_product_helper_skl.cpp similarity index 100% rename from shared/test/unit_test/gen9/skl/test_hw_info_config_skl.cpp rename to shared/test/unit_test/gen9/skl/test_product_helper_skl.cpp diff --git a/shared/test/unit_test/xe_hp_core/CMakeLists.txt b/shared/test/unit_test/xe_hp_core/CMakeLists.txt index 6176d2a764..223c448cf2 100644 --- a/shared/test/unit_test/xe_hp_core/CMakeLists.txt +++ b/shared/test/unit_test/xe_hp_core/CMakeLists.txt @@ -16,7 +16,7 @@ if(TESTS_XE_HP_CORE) ${CMAKE_CURRENT_SOURCE_DIR}/product_config_tests_xe_hp_core.cpp ${CMAKE_CURRENT_SOURCE_DIR}/simd_helper_tests_xe_hp_core.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_encode_xe_hp_core.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_xe_hp_core.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/test_product_helper_xe_hp_core.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_preemption_xe_hp_core.cpp ) diff --git a/shared/test/unit_test/xe_hp_core/test_hw_info_config_xe_hp_core.cpp b/shared/test/unit_test/xe_hp_core/test_product_helper_xe_hp_core.cpp similarity index 100% rename from shared/test/unit_test/xe_hp_core/test_hw_info_config_xe_hp_core.cpp rename to shared/test/unit_test/xe_hp_core/test_product_helper_xe_hp_core.cpp diff --git a/shared/test/unit_test/xe_hpc_core/pvc/CMakeLists.txt b/shared/test/unit_test/xe_hpc_core/pvc/CMakeLists.txt index 6c6a546daf..2d5934a282 100644 --- a/shared/test/unit_test/xe_hpc_core/pvc/CMakeLists.txt +++ b/shared/test/unit_test/xe_hpc_core/pvc/CMakeLists.txt @@ -19,7 +19,7 @@ if(TESTS_PVC) ${CMAKE_CURRENT_SOURCE_DIR}/sampler_tests_pvc.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_device_caps_pvc.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_encode_dispatch_kernel_pvc.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_pvc.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/test_product_helper_pvc.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_preamble_pvc.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_sample_pvc.cpp ) diff --git a/shared/test/unit_test/xe_hpc_core/pvc/test_hw_info_config_pvc.cpp b/shared/test/unit_test/xe_hpc_core/pvc/test_product_helper_pvc.cpp similarity index 100% rename from shared/test/unit_test/xe_hpc_core/pvc/test_hw_info_config_pvc.cpp rename to shared/test/unit_test/xe_hpc_core/pvc/test_product_helper_pvc.cpp diff --git a/shared/test/unit_test/xe_hpg_core/CMakeLists.txt b/shared/test/unit_test/xe_hpg_core/CMakeLists.txt index 24fb7e4b36..b61ea6230a 100644 --- a/shared/test/unit_test/xe_hpg_core/CMakeLists.txt +++ b/shared/test/unit_test/xe_hpg_core/CMakeLists.txt @@ -19,7 +19,7 @@ if(TESTS_XE_HPG_CORE) ${CMAKE_CURRENT_SOURCE_DIR}/simd_helper_tests_xe_hpg_core.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_device_caps_xe_hpg_core.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_encode_dispatch_kernel_xe_hpg_core.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_xe_hpg_core.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/test_product_helper_xe_hpg_core.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_preemption_xe_hpg_core.cpp ) add_subdirectories() diff --git a/shared/test/unit_test/xe_hpg_core/dg2/CMakeLists.txt b/shared/test/unit_test/xe_hpg_core/dg2/CMakeLists.txt index c3f76f2ced..2d78aab008 100644 --- a/shared/test/unit_test/xe_hpg_core/dg2/CMakeLists.txt +++ b/shared/test/unit_test/xe_hpg_core/dg2/CMakeLists.txt @@ -24,7 +24,7 @@ if(TESTS_DG2) ${CMAKE_CURRENT_SOURCE_DIR}/test_encode_dg2.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_encode_dispatch_kernel_dg2.cpp ${CMAKE_CURRENT_SOURCE_DIR}/test_gfx_core_helper_dg2.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_dg2.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/test_product_helper_dg2.cpp ) add_subdirectories() diff --git a/shared/test/unit_test/xe_hpg_core/dg2/test_hw_info_config_dg2.cpp b/shared/test/unit_test/xe_hpg_core/dg2/test_product_helper_dg2.cpp similarity index 100% rename from shared/test/unit_test/xe_hpg_core/dg2/test_hw_info_config_dg2.cpp rename to shared/test/unit_test/xe_hpg_core/dg2/test_product_helper_dg2.cpp diff --git a/shared/test/unit_test/xe_hpg_core/test_hw_info_config_xe_hpg_core.cpp b/shared/test/unit_test/xe_hpg_core/test_product_helper_xe_hpg_core.cpp similarity index 100% rename from shared/test/unit_test/xe_hpg_core/test_hw_info_config_xe_hpg_core.cpp rename to shared/test/unit_test/xe_hpg_core/test_product_helper_xe_hpg_core.cpp