zephyr/tests/subsys/logging/log_disabled/testcase.yaml
Sebastian Głąb 5eff0c1cd7 tests: subsys: logging: Test with CONFIG_LOG disabled
Developer reports build error when he uses LOG_RAW in his code
and disables logging in prj.conf using CONFIG_LOG=n.

Add test case for above described scenario.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
2025-02-11 15:41:21 +01:00

17 lines
254 B
YAML

common:
tags:
- logging
build_only: true
platform_allow:
- native_sim
integration_platforms:
- native_sim
tests:
logging.log_disable:
harness: console
harness_config:
type: one_line
regex:
- "All done."