passkey_fw/test/unit-test/vendor/ceedling/plugins/stdout_gtestlike_tests_report
hathach 3623ba1884
fix trailing space and new line
temporarily disable codespell
2023-03-17 16:12:49 +07:00
..
assets move ceedling tests to test/unit-test 2022-12-08 09:59:02 +07:00
config move ceedling tests to test/unit-test 2022-12-08 09:59:02 +07:00
lib move ceedling tests to test/unit-test 2022-12-08 09:59:02 +07:00
README.md fix trailing space and new line 2023-03-17 16:12:49 +07:00

README.md

ceedling-stdout-gtestlike-tests-report

Overview

The stdout_gtestlike_tests_report replaces the normal ceedling "pretty" output with a variant that resembles the output of gtest. This is most helpful when trying to integrate into an IDE or CI that is meant to work with google test.

Setup

Enable the plugin in your project.yml by adding stdout_gtestlike_tests_report to the list of enabled plugins.

:plugins:
  :enabled:
    - stdout_gtestlike_tests_report