Move TF frontend tests (#11038)
This commit is contained in:
parent
5b18677f1b
commit
aa0ab0e995
@ -9,10 +9,6 @@ if (ENABLE_OV_ONNX_FRONTEND)
|
||||
add_subdirectory(onnx)
|
||||
endif()
|
||||
|
||||
if (ENABLE_OV_TF_FRONTEND)
|
||||
add_subdirectory(tensorflow)
|
||||
endif()
|
||||
|
||||
set(SRC ${CMAKE_CURRENT_SOURCE_DIR}/mock_frontend.cpp)
|
||||
set(MOCK1_FE_NAME openvino_mock1_frontend)
|
||||
add_library(${MOCK1_FE_NAME} SHARED EXCLUDE_FROM_ALL ${SRC})
|
||||
|
@ -26,3 +26,8 @@ install(FILES $<TARGET_FILE:openvino_tensorflow_frontend>
|
||||
COMPONENT tests
|
||||
RENAME ${output_name}
|
||||
EXCLUDE_FROM_ALL)
|
||||
|
||||
|
||||
if(ENABLE_TESTS)
|
||||
add_subdirectory(tests)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user