Make unit test reporting compact

This commit is contained in:
Mario Hüttel 2020-04-19 00:50:30 +02:00
parent d29109e516
commit 42f1636860
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
project(gds-render-test)
add_custom_target(test "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}" "-s" DEPENDS ${PROJECT_NAME})
add_custom_target(test "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}" "-r compact" "-s" DEPENDS ${PROJECT_NAME})
if(NOT WIN32)
string(ASCII 27 Esc)