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

Filters BacktraceManager from coverage analysis

- Depends too much of the architecture and the execution context
- Seems to produce garbage in the Catch2 context
parent 8c71fa55
No related branches found
No related tags found
No related merge requests found
......@@ -160,7 +160,7 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Coverage")
set(GCOVR_EXTRA "--gcov-executable=${LLVM_COV} gcov")
endif()
set(GCOVR_OPTIONS --object-directory="${PASTIS_BINARY_DIR}" -r "${PASTIS_SOURCE_DIR}/src" -e "${PASTIS_SOURCE_DIR}/src/experimental" -e "${PASTIS_SOURCE_DIR}/src/main.cpp" ${GCOVR_EXTRA})
set(GCOVR_OPTIONS --object-directory="${PASTIS_BINARY_DIR}" -r "${PASTIS_SOURCE_DIR}/src" -e "${PASTIS_SOURCE_DIR}/src/experimental" -e "${PASTIS_SOURCE_DIR}/src/main.cpp" -e "${PASTIS_SOURCE_DIR}/src/utils/BacktraceManager.cpp" -e "${PASTIS_SOURCE_DIR}/src/utils/BacktraceManager.hpp" ${GCOVR_EXTRA})
add_custom_target(run_unit_tests
ALL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment