test: rename test files to make them unique within neo_shared_tests

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-07-28 09:46:53 +00:00
committed by Compute-Runtime-Automation
parent c22482f6f7
commit 11afeb29c0
4 changed files with 2 additions and 2 deletions

View File

@@ -5,5 +5,5 @@
#
if(UNIX)
target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_mtl.cpp)
target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_mtl_linux.cpp)
endif()

View File

@@ -5,5 +5,5 @@
#
if(WIN32)
target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_mtl.cpp)
target_sources(neo_shared_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/product_helper_tests_mtl_windows.cpp)
endif()