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 <yangjiao@xiaomi.com>
This commit is contained in:
yangjiao 2023-05-30 10:58:14 +08:00 committed by Xiang Xiao
parent f0f94a1235
commit 4b521051d3

View File

@ -5,6 +5,7 @@
config TESTING_CMOCKA
tristate "Enable libcmocka"
depends on LIBC_REGEX
default n
---help---
Enable libcmocka and run all testcases