Skip to content
Snippets Groups Projects
Commit d19e449b authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

speed-up cov tests

parent 7d11e1d2
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ function(SETUP_TARGET_FOR_COVERAGE)
# Create baseline to make sure untouched files show up in the report
COMMAND ${LCOV_PATH} -b ${CMAKE_CURRENT_SOURCE_DIR} -no-external -c -i -d ${PROJECT_BINARY_DIR} -o ${Coverage_NAME}.base
COMMAND ${LCOV_PATH} -b ${CMAKE_CURRENT_SOURCE_DIR} -no-external -c -i -d ${CMAKE_CURRENT_BINARY_DIR} -o ${Coverage_NAME}.base
# Run tests
COMMAND ${Coverage_EXECUTABLE}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment