Move tests from eiFuncTests to ov_inference_functional_tests (#14310)

Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
This commit is contained in:
Oleg Pipikin 2022-12-12 13:56:09 +01:00 committed by GitHub
parent 4ba498fb2d
commit 062fb60def
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View File

@ -68,4 +68,8 @@ ov_add_test_target(
OV
)
add_compile_definitions(${TARGET_NAME} ${COMPILE_DEFINITIONS})
add_compile_definitions(${TARGET_NAME} ${COMPILE_DEFINITIONS})
set(legacy_tests "${CMAKE_CURRENT_SOURCE_DIR}/cnn_ngraph_impl_tests.cpp") #CVS-55375
set_source_files_properties(${legacy_tests} PROPERTIES INCLUDE_DIRECTORIES
$<TARGET_PROPERTY:inference_engine_legacy,INTERFACE_INCLUDE_DIRECTORIES>)