[CPU][TESTS] Exclude cpplint check for custom test targets (#17867)

This commit is contained in:
Egor Duplenskii
2023-06-13 14:18:59 +02:00
committed by GitHub
parent 77711be786
commit dcba37d897
2 changed files with 0 additions and 2 deletions

View File

@@ -49,7 +49,6 @@ if(DEFINED ENABLE_CPU_SUBSET_TESTS_PATH)
DEFINES ${DEFINES}
DEPENDENCIES ${DEPENDENCIES}
LINK_LIBRARIES ${LINK_LIBRARIES}
ADD_CPPLINT
LABELS
CPU
)

View File

@@ -74,7 +74,6 @@ function(create_target_per_test_for_directory TEST_DIR TARGET_PREFIX)
DEFINES ${DEFINES}
DEPENDENCIES ${DEPENDENCIES}
LINK_LIBRARIES ${LINK_LIBRARIES}
ADD_CPPLINT
LABELS
CPU
)