mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 17:58:10 +08:00
d9c6353b74
Build Documentation / build-html (push) Has been cancelled
Enable CMocka unit testing framework in the simulator crypto configuration. This requires enabling the following dependencies: - CONFIG_ALLOW_MIT_COMPONENTS: Allow MIT licensed components - CONFIG_LIBC_REGEX: Regular expression support needed by CMocka - CONFIG_TESTING_CMOCKA: CMocka unit testing framework - CONFIG_TESTING_CRYPTO: Crypto testing support Signed-off-by: makejian <makejian@xiaomi.com>