Move tests from eiFuncTests to ov_inference_functional_tests (#14310)
Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
This commit is contained in:
parent
4ba498fb2d
commit
062fb60def
@ -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>)
|
||||
|
Loading…
Reference in New Issue
Block a user