Skip to content

Commit

Permalink
Allow verbose for coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Nov 27, 2023
1 parent baa8dcd commit ea0361c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ foreach(test ${test_list})
target_compile_definitions(${test} PRIVATE
"GZ_TEST_LIBRARY_PATH=\"$<TARGET_FILE_DIR:${PROJECT_LIBRARY_TARGET_NAME}>\"")

set_property(TEST ${test} PROPERTY ENVIRONMENT "GZ_VERBOSE=1")

endforeach()

if(MSVC)
Expand Down

0 comments on commit ea0361c

Please sign in to comment.