lcov
lcov copied to clipboard
Can't open perl script "/c/dev/mylib/build/geninfo": No such file or directory
It is a strictly windows problem that even tho cmake finds all lcov, gcov, geninfo etc. coverage fails because of this strange path, so I want to ask if there is an option to set this path for lcov like :
FIND_PROGRAM( GENINFO_PATH geninfo )
lcov --geninfo-path ${GENINFO_PATH} --directory . --base-directory . --capture --output-file coverage.info
? It would be very nice to have it working for linux and windows - and I believe it is the last step to make it possible - unless it is possible and it is just that i cannot find options to do so