Skip to content

Commit

Permalink
Merge pull request #311 from prusa3d/vintagepc/fix-output-path
Browse files Browse the repository at this point in the history
Update CMakeLists.txt
  • Loading branch information
3d-gussner authored Oct 3, 2023
2 parents a7286de + 8d6e4d1 commit 6b96f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if(GCOV_ENABLE)
# Cheat and compare a file to itself to check for existence. File-Not-Found is a failure
# code.
COMMAND ${PROJECT_SOURCE_DIR}/utils/gcovr.py -r ${CMAKE_SOURCE_DIR} -e 'tests' -e 'lib/Catch2' |
tee Summary.txt
tee ${CMAKE_BINARY_DIR}/Summary.txt
COMMAND ${CMAKE_COMMAND} -E compare_files ${PROJECT_BINARY_DIR}/.ctest-finished
${PROJECT_BINARY_DIR}/.ctest-finished
BYPRODUCTS ${PROJECT_BINARY_DIR}/Summary.txt ${PROJECT_BINARY_DIR}/Coverage.tar.gz
Expand Down

0 comments on commit 6b96f98

Please sign in to comment.