
Linux From Scratch - Version 7.0
55
5.14. Check-0.9.8
Check is a unit testing framework for C.
Approximate build time: 0.1 SBU
Required disk space: 4.8 MB
5.14.1. Installation of Check
Prepare Check for compilation:
./configure --prefix=/tools
Build the package:
make
Compilation is now complete. As discussed earlier, running the test suite is not mandatory for the temporary tools
here in this chapter. To run the Check test suite anyway, issue the following command:
make check
Note that the Check test suite may take a relatively long (up to 4 SBU) time.
Install the package:
make install
5.14.2. Contents of Check
Installed library: libcheck.{a,so}
Short Descriptions
libcheck.{a,so} Contains functions that allow Check to be called from a test program
Comentarios a estos manuales