Enforcing color output when testing for convenience.

This commit is contained in:
Patrick Lühne 2017-06-01 03:08:05 +02:00
parent 4baed6fbc6
commit 0930e062c4
No known key found for this signature in database
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ target_include_directories(${target} PRIVATE ${includes})
target_link_libraries(${target} anthem)
add_custom_target(run-tests
COMMAND ${CMAKE_BINARY_DIR}/bin/tests
COMMAND ${CMAKE_BINARY_DIR}/bin/tests --use-colour=yes
DEPENDS ${target}
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
)