From 1e033c471963cd22e068503f16a422cce1844584 Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Wed, 8 Apr 2020 14:00:51 +0200 Subject: [PATCH] camke ctest: enable gtest colors --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac98f760b6..dbc700ca9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,7 +122,7 @@ if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR) option(ECL_TESTS "Build ECL tests" ON) add_custom_target(check - COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure -C Debug + COMMAND GTEST_COLOR=1 ${CMAKE_CTEST_COMMAND} --output-on-failure -C Debug DEPENDS ecl_EKF USES_TERMINAL )