Move shared frontend tests (#11036)

Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
This commit is contained in:
Oleg Pipikin
2022-03-23 09:00:34 +03:00
committed by GitHub
parent ac58e8eaf1
commit 6710d78e63
37 changed files with 6 additions and 2 deletions

View File

@@ -1,8 +1,6 @@
# Copyright (C) 2018-2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#
add_subdirectory(shared)
if (ENABLE_OV_PADDLE_FRONTEND)
add_subdirectory(paddle)
endif()

View File

@@ -7,6 +7,7 @@ if(ENABLE_LTO)
endif()
add_subdirectory(common)
add_subdirectory(tests)
if(ENABLE_OV_ONNX_FRONTEND)
add_subdirectory(onnx)

View File

@@ -0,0 +1,5 @@
# Copyright (C) 2018-2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#
add_subdirectory(frontend/shared)