diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-12-12 18:50:32 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-12-12 18:50:32 +0000 |
commit | 1b89678a2d8196e1f375d9173bf6287101db7620 (patch) | |
tree | 00250cbed0857a4e1e4cb4bbbfdc5f8718c41fe5 | |
parent | c6f365edb3ea4c160544095061d56675fabebd92 (diff) |
Update Check's list of installed programs. Fixes #3245.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10063 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 6 | ||||
-rw-r--r-- | chapter05/check.xml | 13 |
2 files changed, 19 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0d3158a8c..5b7e0467a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,12 @@ <para>2012-12-12</para> <itemizedlist> <listitem> + <para>[matthew] - Update Check's list of installed + programs. Fixes + <ulink url="&lfs-ticket-root;3245">#3245</ulink>. Thanks + to Chris Staub for the patch.</para> + </listitem> + <listitem> <para>[matthew] - All of Flex's tests pass, so remove the "-k" option to its testsuite invocation. Fixes <ulink url="&lfs-ticket-root;3244">#3244</ulink>.</para> diff --git a/chapter05/check.xml b/chapter05/check.xml index 20bae7636..e8c7bafcd 100644 --- a/chapter05/check.xml +++ b/chapter05/check.xml @@ -67,9 +67,11 @@ <title>Contents of Check</title> <segmentedlist> + <segtitle>Installed program</segtitle> <segtitle>Installed library</segtitle> <seglistitem> + <seg>checkmk</seg> <seg>libcheck.{a,so}</seg> </seglistitem> </segmentedlist> @@ -79,6 +81,17 @@ <?dbfo list-presentation="list"?> <?dbhtml list-presentation="table"?> + <varlistentry id="checkmk"> + <term><command>checkmk</command></term> + <listitem> + <para>Awk script for generating C unit tests for use with the Check + unit testing framework</para> + <indexterm zone="ch-tools-check checkmk"> + <primary sortas="b-checmk">checkmk</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="libcheck"> <term><filename class="libraryfile">libcheck.{a,so}</filename></term> <listitem> |