Check is a unit testing framework for C. It was installed by LFS in the temprary /tools directory. These instructions install it permanently.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://sourceforge.net/projects/check/files/check/0.9.8/check-0.9.8.tar.gz
Download MD5 sum: 5d75e9a6027cde79d2c339ef261e7470
Download size: 552 KB
Estimated disk space required: 6.5 MB
Estimated build time: 3.4 SBU (including about 3 SBU for the test suite)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/check
Install Check by running the following commands:
./configure --prefix=/usr && make
To test the installation, issue make check
.
Now, as the root
user:
make install
Last updated on 2011-01-05 11:33:32 -0600