Skip to content

Commit

Permalink
Add install target to fuzz tests (openvinotoolkit#6761)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Somsikov authored and rnugmanx committed Aug 26, 2021
1 parent c9572db commit 4534c2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/fuzz/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ foreach(test_source ${tests})
target_link_libraries(${test_name} PRIVATE IE::inference_engine cnpy zlib)

add_dependencies(fuzz ${test_name})

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

0 comments on commit 4534c2e

Please sign in to comment.