mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
This reverts commit77e945b003. The static linking issue was fixed by commit526b89b981("package/check: don't build shared lib when disabled") Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
config BR2_PACKAGE_CHECK
|
|
bool "check"
|
|
help
|
|
Check is a unit testing framework for C.
|
|
|
|
https://libcheck.github.io/check/
|