zephyr/tests/ztest/custom_output/testcase.yaml
Torstein Grindvik d888e012ed subsys/testsuite: make tc_util overridable
A Kconfig boolean is added to allow users to provide their own
output strings when running tests via ztest.
This allows changing e.g. the PASS/FAIL/SKIPPED strings,
add counters, change separators, and similar.

A test using the feature and relevant documentation is added.

Signed-off-by: Torstein Grindvik <torstein.grindvik@nordicsemi.no>
2019-09-17 07:11:33 +08:00

8 lines
178 B
YAML

tests:
testing.ztest.regular_output:
tags: test_framework
testing.ztest.customized_output:
extra_args: CONF_FILE=prj_customized_output.conf
tags: test_framework