diff --git a/tests/fuzz/src/CMakeLists.txt b/tests/fuzz/src/CMakeLists.txt index b9400d9e7e1d7d..d701b20da7c45b 100644 --- a/tests/fuzz/src/CMakeLists.txt +++ b/tests/fuzz/src/CMakeLists.txt @@ -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()