6.13.2. Contents of Check
Installed program:
checkmk
Installed library:
libcheck.{a,so}
The Check package is a unit testing framework for C.
We will install Check into /tools
to
satisfy a dependency on it for Kbd and Libpipeline in the final
system.
Prepare Check for compilation:
./configure \ --prefix=/tools \ --build=${CLFS_HOST} \ --host=${CLFS_TARGET}
Build the package:
make
Install the package:
make install