espressif_tinyusb/test/unit-test/vendor/ceedling/plugins/stdout_ide_tests_report/README.md

19 lines
396 B
Markdown
Raw Normal View History

2022-12-08 03:54:15 +01:00
ceedling-stdout-ide-tests-report
================================
## Overview
The stdout_ide_tests_report replaces the normal ceedling "pretty" output with
a simplified variant intended to be easily parseable.
## Setup
Enable the plugin in your project.yml by adding `stdout_ide_tests_report`
to the list of enabled plugins.
``` YAML
:plugins:
:enabled:
- stdout_ide_tests_report
```