nxstyle: add "CMUnitTest" to nxstyle white list

https://github.com/apache/nuttx-apps/pull/1575 need this

Signed-off-by: wangbowen6 <wangbowen6@xiaomi.com>
This commit is contained in:
wangbowen6 2023-02-17 18:19:05 +08:00 committed by Xiang Xiao
parent 2cdba4a0a2
commit 0f5b66c335
1 changed files with 6 additions and 0 deletions

View File

@ -493,6 +493,12 @@ static const char *g_white_list[] =
"FlushConsoleInputBuffer",
"GetNumberOfConsoleInputEvents",
/* Ref:
* apps/testing/drivertest/drivertest_xxx.c
*/
"CMUnitTest",
NULL
};