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-apps.git
commit 4b521051d3d46596dcadc0cf7359c15503701537 Author: yangjiao <[email protected]> AuthorDate: Tue May 30 10:58:14 2023 +0800 cmocka/Kconfig: add the depends on item "LIBC_REGEX". The "regex" library will be used in cmocka test, so add the dependency relationship for this config. Signed-off-by: yangjiao <[email protected]> --- testing/cmocka/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/cmocka/Kconfig b/testing/cmocka/Kconfig index d56006251..0f5ab51f7 100644 --- a/testing/cmocka/Kconfig +++ b/testing/cmocka/Kconfig @@ -5,6 +5,7 @@ config TESTING_CMOCKA tristate "Enable libcmocka" + depends on LIBC_REGEX default n ---help--- Enable libcmocka and run all testcases
