Buildroot 2018-11 (#258)
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
This commit is contained in:
15
buildroot/package/cmocka/Config.in
Normal file
15
buildroot/package/cmocka/Config.in
Normal file
@@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_CMOCKA
|
||||
bool cmocka
|
||||
depends on !BR2_STATIC_LIBS
|
||||
help
|
||||
cmocka is an elegant unit testing framework for C with support
|
||||
for mock objects. It only requires the standard C library,
|
||||
works on a range of computing platforms (including embedded)
|
||||
and with different compilers. It is a fork of Google's very
|
||||
popular cmockery unit testing framework to fix bugs and
|
||||
support it in the future.
|
||||
|
||||
https://cmocka.org
|
||||
|
||||
comment "cmocka needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
Reference in New Issue
Block a user