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.7 platform.
Download (HTTP): http://downloads.sourceforge.net/check/check-0.9.14.tar.gz
Download MD5 sum: 38263d115d784c17aa3b959ce94be8b8
Download size: 744 KB
Estimated disk space required: 7.8 MB (additional 0.4 MB for the tests)
Estimated build time: 0.1 SBU (additional 2.1 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.9.14 install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2015-02-23 13:51:12 -0800