From ee321a46882b7583b2b831b87e6afce2e5652a6d Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 11 Oct 2011 04:23:55 +0000 Subject: Added Check-1.2.0 library to Chapter 5. Updated errordiscussion in glibc. Added a fix for locale issues in gcc. Incorporated Check library into libpipeline test. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9626 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/check.xml | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 chapter05/check.xml (limited to 'chapter05/check.xml') diff --git a/chapter05/check.xml b/chapter05/check.xml new file mode 100644 index 000000000..20bae7636 --- /dev/null +++ b/chapter05/check.xml @@ -0,0 +1,97 @@ + + + %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: + +./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 + + + + + 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 + + libcheck + + + + + + + + +
-- cgit v1.2.3-54-g00ecf