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.9 platform.
Download (HTTP): http://downloads.sourceforge.net/check/check-0.10.0.tar.gz
Download MD5 sum: 53c5e5c77d090e103a17f3ed7fd7d8b8
Download size: 752 KB
Estimated disk space required: 8.1 MB (additional 0.5 MB for the tests)
Estimated build time: 0.1 SBU (additional 3.7 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.10.0 install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2016-02-28 20:27:25 -0800