From 0930e062c4312b0d7dbc51c78807192e274c6d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Thu, 1 Jun 2017 03:08:05 +0200 Subject: [PATCH] Enforcing color output when testing for convenience. --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index c156220..703be88 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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} )