mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
refactor: rename test product helper files
Related-To: NEO-7703 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
648c45cbb7
commit
67b14e2034
@@ -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()
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user