Skip to content

Commit

Permalink
Run ctest in verbose mode in ozo_coverage target
Browse files Browse the repository at this point in the history
  • Loading branch information
elsid authored and thed636 committed Nov 9, 2019
1 parent 4d8972a commit cb72916
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 @@ -99,7 +99,7 @@ if(OZO_COVERAGE AND CMAKE_COMPILER_IS_GNUCXX)
set(COVERAGE_EXCLUDES "'.*/(tests|contrib|gmock|gtest)/.*'")
SETUP_TARGET_FOR_COVERAGE_GCOVR(
NAME ozo_coverage
EXECUTABLE ctest
EXECUTABLE ctest -V
DEPENDENCIES ozo_tests
)
endif()

0 comments on commit cb72916

Please sign in to comment.