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-7.4 platform.
Download (HTTP): http://downloads.sourceforge.net/check/check-0.9.10.tar.gz
Download MD5 sum: 6d10a8efb9a683467b92b3bce97aeb30
Download size: 637 KB
Estimated disk space required: 7.4 MB
Estimated build time: 0.1 SBU
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.9.10 install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2013-08-20 13:22:42 -0700