Enable clang-format for tests (#14667)

This commit is contained in:
Oleg Pipikin 2022-12-16 23:54:07 +01:00 committed by GitHub
parent 73771a09f0
commit 8e3c3f5c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 13 deletions

View File

@ -25,17 +25,18 @@ if(NOT MSVC)
endif()
ov_add_test_target(
NAME ${TARGET_NAME}
ROOT ${CMAKE_CURRENT_SOURCE_DIR}
DEPENDENCIES
LINK_LIBRARIES
gtest
gtest_main
openvino::runtime::dev
commonTestUtils
lptNgraphFunctions
gmock
INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}
LABELS
LP_TRANSFORMATIONS
NAME ${TARGET_NAME}
ROOT ${CMAKE_CURRENT_SOURCE_DIR}
DEPENDENCIES
LINK_LIBRARIES
gtest
gtest_main
openvino::runtime::dev
commonTestUtils
lptNgraphFunctions
gmock
ADD_CLANG_FORMAT
INCLUDES ${CMAKE_CURRENT_SOURCE_DIR}
LABELS
LP_TRANSFORMATIONS
)

View File

@ -34,6 +34,7 @@ ov_add_test_target(
offline_transformations
sharedTestClasses
lptNgraphFunctions
ADD_CLANG_FORMAT
INCLUDES
$<TARGET_PROPERTY:inference_engine_obj,SOURCE_DIR>/src
LABELS