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 /chapter05/check.xml | |
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
Diffstat (limited to 'chapter05/check.xml')
-rw-r--r-- | chapter05/check.xml | 13 |
1 files changed, 13 insertions, 0 deletions
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> |