Skip to content

Commit

Permalink
Add missing depends to test for gcovr run
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausKlein committed Nov 22, 2024
1 parent a28d0a8 commit 0ee9ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ configure_file(cmake/gcovr.cfg.in gcovr.cfg @ONLY)
add_custom_target(
process_coverage
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
DEPENDS test
COMMENT "Running gcovr to process coverage results"
COMMAND mkdir -p coverage
COMMAND gcovr --config gcovr.cfg .
Expand Down

0 comments on commit 0ee9ae7

Please sign in to comment.