mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 14:24:21 +08:00
camke ctest: enable gtest colors
This commit is contained in:
committed by
Mathieu Bresciani
parent
adacca099d
commit
1e033c4719
+1
-1
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user