Skip to content

Commit

Permalink
Installed C API tests (openvinotoolkit#6386)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Jun 25, 2021
1 parent e8301fb commit 035221a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions inference-engine/ie_bridges/c/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ if(ENABLE_CLDNN)
endif()

add_cpplint_target(${TARGET_NAME}_cpplint FOR_TARGETS ${TARGET_NAME})

install(TARGETS ${TARGET_NAME}
RUNTIME DESTINATION tests
COMPONENT tests
EXCLUDE_FROM_ALL)

0 comments on commit 035221a

Please sign in to comment.