8.53.2. Contents of Check
Installed program:
checkmk
Installed library:
libcheck.so
Check is a unit testing framework for C.
Prepare Check for compilation:
./configure --prefix=/usr --disable-static
Build the package:
make
Compilation is now complete. To run the Check test suite, 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 docdir=/usr/share/doc/check-0.15.2 install