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.5 platform.
Download (HTTP): http://downloads.sourceforge.net/check/check-0.9.12.tar.gz
Download MD5 sum: 46fe540d1a03714c7a1967dbc6d484e7
Download size: 716 KB
Estimated disk space required: 7.7 MB (additional 0.5 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. Some tests may fail for unknown reasons.
Now, as the root
user:
make docdir=/usr/share/doc/check-0.9.12 install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2014-02-22 18:30:29 -0800