This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 817ea66e9 cmake:migrate apps CMakeLists for tinycrypt
new f0f94a123 testing/cmocka:add a patch.
new 4b521051d cmocka/Kconfig: add the depends on item "LIBC_REGEX".
new 37ac7f923 Update cmocka_main.c to support following functions: 1. list
all the testcases with "--list"; 2. run some testcases with "--test"; 3. show
cmocka help message; 4. skip some testcases with "--skip";
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
...regex-and-add-list-all-testcases-function.patch | 288 +++++++++++++++++++++
testing/cmocka/Kconfig | 1 +
testing/cmocka/Makefile | 1 +
testing/cmocka/cmocka_main.c | 53 +++-
4 files changed, 336 insertions(+), 7 deletions(-)
create mode 100644
testing/cmocka/0003-cmocka-update-method-for-strmatch-to-regex-and-add-list-all-testcases-function.patch