Change unit test output to include successful tests as well

This commit is contained in:
Mario Hüttel 2020-04-19 00:40:03 +02:00
parent 94851570e9
commit b784f28d4c
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}" DEPENDS ${PROJECT_NAME})
add_custom_target(test "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}" "-s" DEPENDS ${PROJECT_NAME})
if(NOT WIN32)
string(ASCII 27 Esc)