You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried gcovr 3.2/4.8/5.1.
And I use this CMake to use gcovr in my project.
but when i execute 'make coverage' command. It always give below error back:
C:\Downloads\gcovr-3.2\gcovr -r C:/Test/src --object-dir= C:/Test/build -e test_*
process_begin: CreateProcess(NULL, C:\Downloads\gcovr-3.2\gcovr -r C:/Test/src --object-dir= C:/Test/build -e test_*, ...) failed.
### make (e=5): Access is denied.
Please help!!! As this problem really bother me for a long time!!!
The text was updated successfully, but these errors were encountered:
I have tried gcovr 3.2/4.8/5.1.
And I use this CMake to use gcovr in my project.
but when i execute 'make coverage' command. It always give below error back:
C:\Downloads\gcovr-3.2\gcovr -r C:/Test/src --object-dir= C:/Test/build -e test_*
process_begin: CreateProcess(NULL, C:\Downloads\gcovr-3.2\gcovr -r C:/Test/src --object-dir= C:/Test/build -e test_*, ...) failed.
### make (e=5): Access is denied.
Please help!!! As this problem really bother me for a long time!!!
The text was updated successfully, but these errors were encountered: