Enforcing color output when testing for convenience.
This commit is contained in:
parent
4baed6fbc6
commit
0930e062c4
@ -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}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user