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:
Kamil Kopryk
2023-03-07 13:18:25 +00:00
committed by Compute-Runtime-Automation
parent efba242570
commit 1de8cd68ba
12 changed files with 12 additions and 12 deletions

View File

@@ -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()

View File

@@ -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()

View File

@@ -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()

View File

@@ -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()

View File

@@ -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()

View File

@@ -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()