Skip to content

Commit

Permalink
fix: always add code coverage 'all' targets
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Sep 20, 2022
1 parent 0440453 commit d7309a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ if(ASAP_BUILD_TESTS)
include(GoogleSanitizers)
include(CodeCoverage)
# Enable this target when the project has test cases
# asap_add_code_coverage_all_targets()
asap_add_code_coverage_all_targets()
include(Valgrind)

cpmaddpackage(
Expand Down

0 comments on commit d7309a0

Please sign in to comment.