瀏覽代碼

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
Matthew Burgess 12 年之前
父節點
當前提交
1b89678a2d
共有 2 個文件被更改,包括 19 次插入0 次删除
  1. 6 0
      chapter01/changelog.xml
  2. 13 0
      chapter05/check.xml

+ 6 - 0
chapter01/changelog.xml

@@ -39,6 +39,12 @@
     <listitem>
       <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
           &quot;-k&quot; option to its testsuite invocation. Fixes

+ 13 - 0
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>