1config BR2_PACKAGE_CMOCKA 2 bool cmocka 3 depends on !BR2_STATIC_LIBS 4 help 5 cmocka is an elegant unit testing framework for C with support 6 for mock objects. It only requires the standard C library, 7 works on a range of computing platforms (including embedded) 8 and with different compilers. It is a fork of Google's very 9 popular cmockery unit testing framework to fix bugs and 10 support it in the future. 11 12 https://cmocka.org 13 14comment "cmocka needs a toolchain w/ dynamic library" 15 depends on BR2_STATIC_LIBS 16