%general-entities; ]> check &check-version;
&check-url;
Check-&check-version; Check <para>Check is a unit testing framework for C.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&check-ch5-sbu;</seg> <seg>&check-ch5-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Check Prepare Check for compilation: PKG_CONFIG= ./configure --prefix=/tools The meaning of the configure parameter: PKG_CONFIG= This tells the configure script to ignore any pkg-config options that may cause the system to try to link with libraries not in the /tools directory. 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 Contents of Check Installed program Installed library checkmk libcheck.{a,so} Short Descriptions checkmk Awk script for generating C unit tests for use with the Check unit testing framework checkmk libcheck.{a,so} Contains functions that allow Check to be called from a test program libcheck