Check is a unit testing framework for C. It was installed by LFS in the temporary /tools directory. These instructions install it permanently.
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): https://github.com/libcheck/check/releases/download/0.11.0/check-0.11.0.tar.gz
Download MD5 sum: 9b90522b31f5628c2e0f55dda348e558
Download size: 736 KB
Estimated disk space required: 9.5 MB (add 1.2 MB for the tests)
Estimated build time: 0.1 SBU (add 3.4 SBU for the tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/check
Install Check by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the installation, issue make check.
Now, as the root
user:
make docdir=/usr/share/doc/check-0.11.0 install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2017-08-21 11:12:53 -0700