5.13.2. Contents of Check
Installed program:
checkmk
Installed library:
libcheck.{a,so}
Check – система модульного тестирования для C.
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