Skip to content
Snippets Groups Projects
Commit 77c364bb authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Fix `fastcov` invocation when zeroing counters

The selected `gcov` binary was not used which could lead to errors
parent ae5af2ba
Branches
Tags
1 merge request!58Feature/cmake update
...@@ -371,7 +371,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Coverage") ...@@ -371,7 +371,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Coverage")
ALL # in coverage mode we do coverage! ALL # in coverage mode we do coverage!
# zero all counters # zero all counters
COMMAND ${FASTCOV} -q -z COMMAND ${FASTCOV} -q -z --gcov "${GCOV_BIN}"
# Run tests # Run tests
COMMAND ${CMAKE_CTEST_COMMAND} COMMAND ${CMAKE_CTEST_COMMAND}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment