xref: /OK3568_Linux_fs/buildroot/package/cmocka/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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