[GPU] Rename GPU unit and func tests (#14719)

This commit is contained in:
Vladimir Paramuzov 2022-12-28 14:13:28 +04:00 committed by GitHub
parent b5ee9a8d3a
commit d2d952fb50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
ie_add_compiler_flags(/wd4305)
endif()
set(TARGET_NAME "clDNN_unit_tests64")
set(TARGET_NAME "ov_gpu_unit_tests")
file(GLOB_RECURSE SOURCES_MAIN
"${CMAKE_CURRENT_SOURCE_DIR}/*.h"

View File

@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
#
set(TARGET_NAME gpuFuncTests)
set(TARGET_NAME ov_gpu_func_tests)
addIeTargetTest(
NAME