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:
parent
2cdba4a0a2
commit
0f5b66c335
|
@ -493,6 +493,12 @@ static const char *g_white_list[] =
|
|||
"FlushConsoleInputBuffer",
|
||||
"GetNumberOfConsoleInputEvents",
|
||||
|
||||
/* Ref:
|
||||
* apps/testing/drivertest/drivertest_xxx.c
|
||||
*/
|
||||
|
||||
"CMUnitTest",
|
||||
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue