From 4b521051d3d46596dcadc0cf7359c15503701537 Mon Sep 17 00:00:00 2001 From: yangjiao Date: Tue, 30 May 2023 10:58:14 +0800 Subject: [PATCH] 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 --- 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