Files
buildroot/package/check/Config.in
Thomas Petazzoni 9ef51ec2ca Revert "package/check: disable static build"
This reverts commit 77e945b003.

The static linking issue was fixed by commit
526b89b981 ("package/check: don't build
shared lib when disabled")

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-07-12 22:19:54 +02:00

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/