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>
17 lines
254 B
YAML
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."
|