[GPU] Rename GPU unit and func tests (#14719)
This commit is contained in:
parent
b5ee9a8d3a
commit
d2d952fb50
@ -11,7 +11,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
|
|||||||
ie_add_compiler_flags(/wd4305)
|
ie_add_compiler_flags(/wd4305)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(TARGET_NAME "clDNN_unit_tests64")
|
set(TARGET_NAME "ov_gpu_unit_tests")
|
||||||
|
|
||||||
file(GLOB_RECURSE SOURCES_MAIN
|
file(GLOB_RECURSE SOURCES_MAIN
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/*.h"
|
"${CMAKE_CURRENT_SOURCE_DIR}/*.h"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
set(TARGET_NAME gpuFuncTests)
|
set(TARGET_NAME ov_gpu_func_tests)
|
||||||
|
|
||||||
addIeTargetTest(
|
addIeTargetTest(
|
||||||
NAME
|
NAME
|
||||||
|
Loading…
Reference in New Issue
Block a user