diff options
| author | hathach <[email protected]> | 2022-12-08 09:54:15 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-12-08 09:54:15 +0700 |
| commit | 4b50ca2a6167ceb7eb3e07b8d1d716152fc7d189 (patch) | |
| tree | eaefaf7e608b143a9ff01e9766c862122ea54849 /test/vendor/ceedling/plugins/stdout_ide_tests_report | |
| parent | 91d5fa5639a2330793b8e8828c4077911cdd2acd (diff) | |
add missing ceedling files
Diffstat (limited to 'test/vendor/ceedling/plugins/stdout_ide_tests_report')
| -rw-r--r-- | test/vendor/ceedling/plugins/stdout_ide_tests_report/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/vendor/ceedling/plugins/stdout_ide_tests_report/README.md b/test/vendor/ceedling/plugins/stdout_ide_tests_report/README.md new file mode 100644 index 000000000..ed6c65582 --- /dev/null +++ b/test/vendor/ceedling/plugins/stdout_ide_tests_report/README.md @@ -0,0 +1,18 @@ +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 +``` |
