mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
b54c1e0730
Signed-off-by: Nimai Mahajan <nimaim@gmail.com> Signed-off-by: Joel Carlson <JoelsonCarl@gmail.com> Signed-off-by: Joel Carlson <<a href="mailto:JoelsonCarl@gmail.com" target="_blank">JoelsonCarl@gmail.com</a>><br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
16 lines
523 B
Plaintext
16 lines
523 B
Plaintext
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
|