mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
refactor: rename product helper tests files for gen8 and gen9
Related-To: NEO-7703 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
efba242570
commit
1de8cd68ba
@@ -1,11 +1,11 @@
|
||||
#
|
||||
# Copyright (C) 2022 Intel Corporation
|
||||
# Copyright (C) 2022-2023 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(UNIX)
|
||||
target_sources(neo_shared_tests PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/hw_info_config_tests_bdw.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_bdw.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#
|
||||
# Copyright (C) 2022 Intel Corporation
|
||||
# Copyright (C) 2022-2023 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(UNIX)
|
||||
target_sources(neo_shared_tests PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/hw_info_config_tests_bxt.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_bxt.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#
|
||||
# Copyright (C) 2022 Intel Corporation
|
||||
# Copyright (C) 2022-2023 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(UNIX)
|
||||
target_sources(neo_shared_tests PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/hw_info_config_tests_cfl.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_cfl.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#
|
||||
# Copyright (C) 2022 Intel Corporation
|
||||
# Copyright (C) 2022-2023 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(UNIX)
|
||||
target_sources(neo_shared_tests PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/hw_info_config_tests_glk.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_glk.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#
|
||||
# Copyright (C) 2022 Intel Corporation
|
||||
# Copyright (C) 2022-2023 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(UNIX)
|
||||
target_sources(neo_shared_tests PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/hw_info_config_tests_kbl.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_kbl.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#
|
||||
# Copyright (C) 2022 Intel Corporation
|
||||
# Copyright (C) 2022-2023 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(UNIX)
|
||||
target_sources(neo_shared_tests PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/hw_info_config_tests_skl.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_skl.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user