Skip to content

CTest: Add colored output on tests summary where supported

Sylvain Joubert requested to merge sjoubert/cmake:colored-ctest-summary into master
  • Number of passed/failed tests is colored according to the whole outcome
  • Individual listed tested are colored according to their completion status:
    • Disabled: blue
    • Failed: red
    • Not Run: yellow

Merge request reports