Browse Source
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>pull/91872/head
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue