Previously, code like the snippet below would not pass compliance checks. With this change, we add `CONFIG_BOARD_UNIT_TESTING` to the Kconfig allow list, so that code like the snippet below is not incorrectly reported as a compliance failure. ``` if defined(CONFIG_BOARD_UNIT_TESTING) /* unit-testing only */ endif ``` Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com> |
||
|---|---|---|
| .. | ||
| coverage | ||
| es_upload | ||
| stats | ||
| check_compliance.py | ||
| check_maintainer_changes.py | ||
| do_not_merge.py | ||
| errno.py | ||
| guideline_check.py | ||
| Kconfig.board.v2 | ||
| pylintrc | ||
| tags.yaml | ||
| test_plan.py | ||
| twister_ignore.txt | ||
| twister_report_analyzer.py | ||
| upload_test_results_es.py | ||
| version_mgr.py | ||