Move shared frontend tests (#11036)
Co-authored-by: Ilya Churaev <ilya.churaev@intel.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -7,6 +7,7 @@ if(ENABLE_LTO)
|
||||
endif()
|
||||
|
||||
add_subdirectory(common)
|
||||
add_subdirectory(tests)
|
||||
|
||||
if(ENABLE_OV_ONNX_FRONTEND)
|
||||
add_subdirectory(onnx)
|
||||
|
||||
5
src/frontends/tests/CMakeLists.txt
Normal file
5
src/frontends/tests/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright (C) 2018-2022 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
add_subdirectory(frontend/shared)
|
||||
Reference in New Issue
Block a user