* Corrected tests to match CVS-53713 * Fixed tests configs * Skip tests on GPU * Commented condition inside main SetBlob because of MYRIAD * Adopted tests
22 lines
499 B
CMake
22 lines
499 B
CMake
# Copyright (C) 2018-2021 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# [cmake:functional_tests]
|
|
set(TARGET_NAME templateFuncTests)
|
|
|
|
addIeTargetTest(
|
|
NAME ${TARGET_NAME}
|
|
ROOT ${CMAKE_CURRENT_SOURCE_DIR}
|
|
DEPENDENCIES
|
|
templatePlugin
|
|
LINK_LIBRARIES
|
|
IE::funcSharedTests
|
|
INCLUDES
|
|
"${IE_MAIN_TEMPLATE_PLUGIN_SOURCE_DIR}/include"
|
|
ADD_CPPLINT
|
|
LABELS
|
|
TEMPLATE
|
|
)
|
|
# [cmake:functional_tests]
|