This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 0f5b66c335 nxstyle: add "CMUnitTest" to nxstyle white list
0f5b66c335 is described below
commit 0f5b66c3351e19009f5f8f8a46924bd10ebf58ad
Author: wangbowen6 <[email protected]>
AuthorDate: Fri Feb 17 18:19:05 2023 +0800
nxstyle: add "CMUnitTest" to nxstyle white list
https://github.com/apache/nuttx-apps/pull/1575 need this
Signed-off-by: wangbowen6 <[email protected]>
---
tools/nxstyle.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tools/nxstyle.c b/tools/nxstyle.c
index 7ae9b6ac35..933ce96de8 100644
--- a/tools/nxstyle.c
+++ b/tools/nxstyle.c
@@ -493,6 +493,12 @@ static const char *g_white_list[] =
"FlushConsoleInputBuffer",
"GetNumberOfConsoleInputEvents",
+ /* Ref:
+ * apps/testing/drivertest/drivertest_xxx.c
+ */
+
+ "CMUnitTest",
+
NULL
};