* [IE TESTS] move Infer_request tests * fix v0 * [ci-skip][IE TESTS] test update basic class v0 * [ci-skip][IE TESTS] test update basic class v1 * [ci-skip][IE TESTS] test update basic class * [ci-skip][IE TESTS] test update basic class v3 * [ci-skip][IE TESTS] test update basic class final versions * [ci-skip][IE TESTS] fix * [ci-skip][IE TESTS] fix codestaly and comment Co-authored-by: Irina Efode <irina.efode@intel.com>
19 lines
365 B
CMake
19 lines
365 B
CMake
# Copyright (C) 2019 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
set(TARGET_NAME TemplateFuncTests)
|
|
|
|
addIeTargetTest(
|
|
NAME ${TARGET_NAME}
|
|
ROOT ${CMAKE_CURRENT_SOURCE_DIR}
|
|
DEPENDENCIES
|
|
templatePlugin
|
|
LINK_LIBRARIES
|
|
IE::funcSharedTests
|
|
ADD_CPPLINT
|
|
LABELS
|
|
TEMPLATE
|
|
)
|