Skip to content

Commit 57c5aee

Browse files
author
diogorac
committed
ctest verbose
1 parent 26423b2 commit 57c5aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ add_subdirectory(Unity)
44

55
add_custom_target(check
66
COMMENT "Creating Coverage HTML and XML summary"
7-
COMMAND ctest -T Test --no-compress-output || true
7+
COMMAND ctest -V -T Test --no-compress-output || true
88
COMMAND gcovr -k --branches -r ${CMAKE_SOURCE_DIR}
99
--xml-pretty -o ${CMAKE_BINARY_DIR}/coverage.xml
1010
COMMAND gcovr -k --branches -r ${CMAKE_SOURCE_DIR}

0 commit comments

Comments
 (0)